Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 22:09
· 88 commits to main since this release

Changelog

There are a lot of changes in this release. Most changes are renames to realign to the CrowdStrike API Spec. You can use the below diff to see what changed and to find the new type names.

Diff

github.com/crowdstrike/gofalcon/falcon

incompatible changes

(*RTR).GetPutFiles: changed from func(context.Context, []string, ...github.com/crowdstrike/gofalcon/falcon/client/real_time_response_admin.ClientOption) ([]*github.com/crowdstrike/gofalcon/falcon/models.DomainRemoteCommandPutFileV2, error) to func(context.Context, []string, ...github.com/crowdstrike/gofalcon/falcon/client/real_time_response_admin.ClientOption) ([]*github.com/crowdstrike/gofalcon/falcon/models.EmpowerapiRemoteCommandPutFileV2, error)
(*RTR).GetScripts: changed from func(context.Context, []string, ...github.com/crowdstrike/gofalcon/falcon/client/real_time_response_admin.ClientOption) ([]*github.com/crowdstrike/gofalcon/falcon/models.DomainRemoteCommandPutFileV2, error) to func(context.Context, []string, ...github.com/crowdstrike/gofalcon/falcon/client/real_time_response_admin.ClientOption) ([]*github.com/crowdstrike/gofalcon/falcon/models.EmpowerapiRemoteCommandPutFileV2, error)
(*RTR).ListPutFiles: changed from func(context.Context, *string, *int64, *string, *string, ...github.com/crowdstrike/gofalcon/falcon/client/real_time_response_admin.ClientOption) (*github.com/crowdstrike/gofalcon/falcon/models.BinservclientMsaPutFileResponse, error) to func(context.Context, *string, *int64, *string, *string, ...github.com/crowdstrike/gofalcon/falcon/client/real_time_response_admin.ClientOption) (*github.com/crowdstrike/gofalcon/falcon/models.BinservapiMsaPutFileResponse, error)
(*RTR).ListScripts: changed from func(context.Context, *string, *int64, *string, *string, ...github.com/crowdstrike/gofalcon/falcon/client/real_time_response_admin.ClientOption) (*github.com/crowdstrike/gofalcon/falcon/models.BinservclientMsaPutFileResponse, error) to func(context.Context, *string, *int64, *string, *string, ...github.com/crowdstrike/gofalcon/falcon/client/real_time_response_admin.ClientOption) (*github.com/crowdstrike/gofalcon/falcon/models.BinservapiMsaPutFileResponse, error)

github.com/crowdstrike/gofalcon/falcon/client

incompatible changes

CrowdStrikeAPISpecification.SpotlightEvaluationLogic: renamed to CrowdStrikeAPISpecification.VulnerabilitiesEvaluationLogic
CrowdStrikeAPISpecification.SpotlightVulnerabilities: renamed to CrowdStrikeAPISpecification.Vulnerabilities

compatible changes

CrowdStrikeAPISpecification.ConfigurationAssessment: added
CrowdStrikeAPISpecification.ConfigurationAssessmentEvaluationLogic: added
CrowdStrikeAPISpecification.DiscoverIot: added
CrowdStrikeAPISpecification.EventSchema: added
CrowdStrikeAPISpecification.FalconContainerImage: added
CrowdStrikeAPISpecification.FieldSchema: added
CrowdStrikeAPISpecification.IdentityEntities: added
CrowdStrikeAPISpecification.Inventories: added
CrowdStrikeAPISpecification.Provision: added
CrowdStrikeAPISpecification.Vulnerabilities: added
CrowdStrikeAPISpecification.VulnerabilitiesEvaluationLogic: added

github.com/crowdstrike/gofalcon/falcon/client/alerts

incompatible changes

(*Client).PatchEntitiesAlertsV1: removed
(*GetQueriesAlertsV1BadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
(*GetQueriesAlertsV1InternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
(*GetQueriesAlertsV1OK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
(*PatchEntitiesAlertsV2Params).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPatchEntitiesInvestigatablesV2Request) to func(*github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPatchEntitiesAlertsV2Request)
(*PatchEntitiesAlertsV2Params).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPatchEntitiesInvestigatablesV2Request) *PatchEntitiesAlertsV2Params to func(*github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPatchEntitiesAlertsV2Request) *PatchEntitiesAlertsV2Params
(*PostAggregatesAlertsV1BadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaAggregatesResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.APIAggregatesResponse
(*PostAggregatesAlertsV1InternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaAggregatesResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.APIAggregatesResponse
(*PostAggregatesAlertsV1OK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaAggregatesResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.APIAggregatesResponse
(*PostEntitiesAlertsV1BadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesInvestigatablesV1Response to func() *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesAlertsV1Response
(*PostEntitiesAlertsV1InternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesInvestigatablesV1Response to func() *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesAlertsV1Response
(*PostEntitiesAlertsV1OK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesInvestigatablesV1Response to func() *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesAlertsV1Response
(*PostEntitiesAlertsV1Params).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesInvestigatablesV1Request) to func(*github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesAlertsV1Request)
(*PostEntitiesAlertsV1Params).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesInvestigatablesV1Request) *PostEntitiesAlertsV1Params to func(*github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesAlertsV1Request) *PostEntitiesAlertsV1Params
ClientService.PatchEntitiesAlertsV1: removed
GetQueriesAlertsV1BadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
GetQueriesAlertsV1Default: removed
GetQueriesAlertsV1InternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
GetQueriesAlertsV1OK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
NewGetQueriesAlertsV1Default: removed
NewPatchEntitiesAlertsV1BadRequest: removed
NewPatchEntitiesAlertsV1Default: removed
NewPatchEntitiesAlertsV1Forbidden: removed
NewPatchEntitiesAlertsV1InternalServerError: removed
NewPatchEntitiesAlertsV1OK: removed
NewPatchEntitiesAlertsV1Params: removed
NewPatchEntitiesAlertsV1ParamsWithContext: removed
NewPatchEntitiesAlertsV1ParamsWithHTTPClient: removed
NewPatchEntitiesAlertsV1ParamsWithTimeout: removed
NewPatchEntitiesAlertsV1TooManyRequests: removed
NewPatchEntitiesAlertsV2Default: removed
NewPostAggregatesAlertsV1Default: removed
NewPostEntitiesAlertsV1Default: removed
PatchEntitiesAlertsV1BadRequest: removed
PatchEntitiesAlertsV1Default: removed
PatchEntitiesAlertsV1Forbidden: removed
PatchEntitiesAlertsV1InternalServerError: removed
PatchEntitiesAlertsV1OK: removed
PatchEntitiesAlertsV1Params: removed
PatchEntitiesAlertsV1Reader: removed
PatchEntitiesAlertsV1TooManyRequests: removed
PatchEntitiesAlertsV2Default: removed
PatchEntitiesAlertsV2Params.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPatchEntitiesInvestigatablesV2Request to *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPatchEntitiesAlertsV2Request
PostAggregatesAlertsV1BadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaAggregatesResponse to *github.com/crowdstrike/gofalcon/falcon/models.APIAggregatesResponse
PostAggregatesAlertsV1Default: removed
PostAggregatesAlertsV1InternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaAggregatesResponse to *github.com/crowdstrike/gofalcon/falcon/models.APIAggregatesResponse
PostAggregatesAlertsV1OK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaAggregatesResponse to *github.com/crowdstrike/gofalcon/falcon/models.APIAggregatesResponse
PostEntitiesAlertsV1BadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesInvestigatablesV1Response to *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesAlertsV1Response
PostEntitiesAlertsV1Default: removed
PostEntitiesAlertsV1InternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesInvestigatablesV1Response to *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesAlertsV1Response
PostEntitiesAlertsV1OK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesInvestigatablesV1Response to *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesAlertsV1Response
PostEntitiesAlertsV1Params.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesInvestigatablesV1Request to *github.com/crowdstrike/gofalcon/falcon/models.DetectsapiPostEntitiesAlertsV1Request

github.com/crowdstrike/gofalcon/falcon/client/cloud_connect_aws

incompatible changes

DeleteAWSAccountsDefault: removed
GetAWSAccountsDefault: removed
GetAWSSettingsDefault: removed
NewDeleteAWSAccountsDefault: removed
NewGetAWSAccountsDefault: removed
NewGetAWSSettingsDefault: removed
NewQueryAWSAccountsDefault: removed
NewQueryAWSAccountsForIDsDefault: removed
NewUpdateAWSAccountsDefault: removed
NewVerifyAWSAccountAccessDefault: removed
QueryAWSAccountsDefault: removed
QueryAWSAccountsForIDsDefault: removed
UpdateAWSAccountsDefault: removed
VerifyAWSAccountAccessDefault: removed

compatible changes

CreateOrUpdateAWSSettingsBadRequest.XCSTRACEID: added
CreateOrUpdateAWSSettingsCreated.XCSTRACEID: added
CreateOrUpdateAWSSettingsForbidden.XCSTRACEID: added
CreateOrUpdateAWSSettingsInternalServerError.XCSTRACEID: added
CreateOrUpdateAWSSettingsTooManyRequests.XCSTRACEID: added
DeleteAWSAccountsBadRequest.XCSTRACEID: added
DeleteAWSAccountsForbidden.XCSTRACEID: added
DeleteAWSAccountsInternalServerError.XCSTRACEID: added
DeleteAWSAccountsOK.XCSTRACEID: added
DeleteAWSAccountsTooManyRequests.XCSTRACEID: added
GetAWSAccountsBadRequest.XCSTRACEID: added
GetAWSAccountsForbidden.XCSTRACEID: added
GetAWSAccountsInternalServerError.XCSTRACEID: added
GetAWSAccountsNotFound.XCSTRACEID: added
GetAWSAccountsOK.XCSTRACEID: added
GetAWSAccountsTooManyRequests.XCSTRACEID: added
GetAWSSettingsBadRequest.XCSTRACEID: added
GetAWSSettingsForbidden.XCSTRACEID: added
GetAWSSettingsInternalServerError.XCSTRACEID: added
GetAWSSettingsOK.XCSTRACEID: added
GetAWSSettingsTooManyRequests.XCSTRACEID: added
ProvisionAWSAccountsBadRequest.XCSTRACEID: added
ProvisionAWSAccountsCreated.XCSTRACEID: added
ProvisionAWSAccountsForbidden.XCSTRACEID: added
ProvisionAWSAccountsInternalServerError.XCSTRACEID: added
ProvisionAWSAccountsTooManyRequests.XCSTRACEID: added
QueryAWSAccountsBadRequest.XCSTRACEID: added
QueryAWSAccountsForIDsBadRequest.XCSTRACEID: added
QueryAWSAccountsForIDsForbidden.XCSTRACEID: added
QueryAWSAccountsForIDsInternalServerError.XCSTRACEID: added
QueryAWSAccountsForIDsOK.XCSTRACEID: added
QueryAWSAccountsForIDsTooManyRequests.XCSTRACEID: added
QueryAWSAccountsForbidden.XCSTRACEID: added
QueryAWSAccountsInternalServerError.XCSTRACEID: added
QueryAWSAccountsOK.XCSTRACEID: added
QueryAWSAccountsTooManyRequests.XCSTRACEID: added
UpdateAWSAccountsBadRequest.XCSTRACEID: added
UpdateAWSAccountsForbidden.XCSTRACEID: added
UpdateAWSAccountsInternalServerError.XCSTRACEID: added
UpdateAWSAccountsNotFound.XCSTRACEID: added
UpdateAWSAccountsOK.XCSTRACEID: added
UpdateAWSAccountsTooManyRequests.XCSTRACEID: added
VerifyAWSAccountAccessBadRequest.XCSTRACEID: added
VerifyAWSAccountAccessForbidden.XCSTRACEID: added
VerifyAWSAccountAccessInternalServerError.XCSTRACEID: added
VerifyAWSAccountAccessOK.XCSTRACEID: added
VerifyAWSAccountAccessTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/configuration_assessment

compatible changes

package added

github.com/crowdstrike/gofalcon/falcon/client/configuration_assessment_evaluation_logic

compatible changes

package added

github.com/crowdstrike/gofalcon/falcon/client/cspm_registration

incompatible changes

(*AzureDownloadCertificateParams).SetRefresh: changed from func(*string) to func(*bool)
(*AzureDownloadCertificateParams).WithRefresh: changed from func(*string) *AzureDownloadCertificateParams to func(*bool) *AzureDownloadCertificateParams
(*Client).GetIOAEvents: removed
(*Client).GetIOAUsers: removed
(*DeleteCSPMAzureAccountBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.RegistrationBaseResponseV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaBaseEntitiesResponse
(*DeleteCSPMAzureAccountMultiStatus).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.RegistrationBaseResponseV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaBaseEntitiesResponse
(*DeleteCSPMAzureAccountOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.RegistrationBaseResponseV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaBaseEntitiesResponse
(*GetBehaviorDetectionsParams).SetCloudProvider: changed from func(string) to func(*string)
(*GetBehaviorDetectionsParams).WithCloudProvider: changed from func(string) *GetBehaviorDetectionsParams to func(*string) *GetBehaviorDetectionsParams
(*GetCSPMPolicyParams).SetIds: changed from func(string) to func(int64)
(*GetCSPMPolicyParams).WithIds: changed from func(string) *GetCSPMPolicyParams to func(int64) *GetCSPMPolicyParams
(*UpdateCSPMAzureAccountClientIDBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureServicePrincipalResponseV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureTenantConfigurationResponseV1
(*UpdateCSPMAzureAccountClientIDCreated).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureServicePrincipalResponseV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureTenantConfigurationResponseV1
(*UpdateCSPMAzureAccountClientIDInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureServicePrincipalResponseV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureTenantConfigurationResponseV1
(*UpdateCSPMAzureAccountClientIDParams).SetBody: removed
(*UpdateCSPMAzureAccountClientIDParams).WithBody: removed
AzureDownloadCertificateDefault: removed
AzureDownloadCertificateParams.Refresh: changed from *string to *bool
ClientService.GetCSPMPoliciesDetails: added
ClientService.GetConfigurationDetectionEntities: added
ClientService.GetConfigurationDetectionIDsV2: added
ClientService.GetIOAEvents: removed
ClientService.GetIOAUsers: removed
DeleteCSPMAzureAccountBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.RegistrationBaseResponseV1 to *github.com/crowdstrike/gofalcon/falcon/models.MsaBaseEntitiesResponse
DeleteCSPMAzureAccountDefault: removed
DeleteCSPMAzureAccountMultiStatus.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.RegistrationBaseResponseV1 to *github.com/crowdstrike/gofalcon/falcon/models.MsaBaseEntitiesResponse
DeleteCSPMAzureAccountOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.RegistrationBaseResponseV1 to *github.com/crowdstrike/gofalcon/falcon/models.MsaBaseEntitiesResponse
GetBehaviorDetectionsDefault: removed
GetBehaviorDetectionsParams.CloudProvider: changed from string to *string
GetBehaviorDetectionsParams: old is comparable, new is not
GetCSPMAwsAccountScriptsAttachmentDefault: removed
GetCSPMAwsAccountScriptsAttachmentParams: old is comparable, new is not
GetCSPMAwsConsoleSetupURLsDefault: removed
GetCSPMAwsConsoleSetupURLsParams: old is comparable, new is not
GetCSPMAzureAccountDefault: removed
GetCSPMAzureUserScriptsAttachmentDefault: removed
GetCSPMAzureUserScriptsAttachmentParams: old is comparable, new is not
GetCSPMPolicyDefault: removed
GetCSPMPolicyParams.Ids: changed from string to int64
GetCSPMPolicySettingsDefault: removed
GetCSPMScanScheduleDefault: removed
GetConfigurationDetectionsDefault: removed
GetIOAEventsBadRequest: removed
GetIOAEventsDefault: removed
GetIOAEventsForbidden: removed
GetIOAEventsInternalServerError: removed
GetIOAEventsOK: removed
GetIOAEventsParams: removed
GetIOAEventsReader: removed
GetIOAEventsTooManyRequests: removed
GetIOAUsersBadRequest: removed
GetIOAUsersDefault: removed
GetIOAUsersForbidden: removed
GetIOAUsersInternalServerError: removed
GetIOAUsersOK: removed
GetIOAUsersParams: removed
GetIOAUsersReader: removed
GetIOAUsersTooManyRequests: removed
NewAzureDownloadCertificateDefault: removed
NewDeleteCSPMAzureAccountDefault: removed
NewGetBehaviorDetectionsDefault: removed
NewGetCSPMAwsAccountScriptsAttachmentDefault: removed
NewGetCSPMAwsConsoleSetupURLsDefault: removed
NewGetCSPMAzureAccountDefault: removed
NewGetCSPMAzureUserScriptsAttachmentDefault: removed
NewGetCSPMPolicyDefault: removed
NewGetCSPMPolicySettingsDefault: removed
NewGetCSPMScanScheduleDefault: removed
NewGetConfigurationDetectionsDefault: removed
NewGetIOAEventsBadRequest: removed
NewGetIOAEventsDefault: removed
NewGetIOAEventsForbidden: removed
NewGetIOAEventsInternalServerError: removed
NewGetIOAEventsOK: removed
NewGetIOAEventsParams: removed
NewGetIOAEventsParamsWithContext: removed
NewGetIOAEventsParamsWithHTTPClient: removed
NewGetIOAEventsParamsWithTimeout: removed
NewGetIOAEventsTooManyRequests: removed
NewGetIOAUsersBadRequest: removed
NewGetIOAUsersDefault: removed
NewGetIOAUsersForbidden: removed
NewGetIOAUsersInternalServerError: removed
NewGetIOAUsersOK: removed
NewGetIOAUsersParams: removed
NewGetIOAUsersParamsWithContext: removed
NewGetIOAUsersParamsWithHTTPClient: removed
NewGetIOAUsersParamsWithTimeout: removed
NewGetIOAUsersTooManyRequests: removed
NewUpdateCSPMPolicySettingsDefault: removed
NewUpdateCSPMScanScheduleDefault: removed
UpdateCSPMAzureAccountClientIDBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureServicePrincipalResponseV1 to *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureTenantConfigurationResponseV1
UpdateCSPMAzureAccountClientIDCreated.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureServicePrincipalResponseV1 to *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureTenantConfigurationResponseV1
UpdateCSPMAzureAccountClientIDInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureServicePrincipalResponseV1 to *github.com/crowdstrike/gofalcon/falcon/models.RegistrationAzureTenantConfigurationResponseV1
UpdateCSPMAzureAccountClientIDParams.Body: removed
UpdateCSPMPolicySettingsDefault: removed
UpdateCSPMScanScheduleDefault: removed

compatible changes

(*AzureDownloadCertificateParams).SetYearsValid: added
(*AzureDownloadCertificateParams).WithYearsValid: added
(*Client).GetCSPMPoliciesDetails: added
(*Client).GetConfigurationDetectionEntities: added
(*Client).GetConfigurationDetectionIDsV2: added
(*DeleteCSPMAzureAccountParams).SetRetainTenant: added
(*DeleteCSPMAzureAccountParams).SetTenantIds: added
(*DeleteCSPMAzureAccountParams).WithRetainTenant: added
(*DeleteCSPMAzureAccountParams).WithTenantIds: added
(*GetBehaviorDetectionsParams).SetResourceID: added
(*GetBehaviorDetectionsParams).SetResourceUUID: added
(*GetBehaviorDetectionsParams).SetSince: added
(*GetBehaviorDetectionsParams).WithResourceID: added
(*GetBehaviorDetectionsParams).WithResourceUUID: added
(*GetBehaviorDetectionsParams).WithSince: added
(*GetCSPMAwsAccountScriptsAttachmentParams).SetIds: added
(*GetCSPMAwsAccountScriptsAttachmentParams).WithIds: added
(*GetCSPMAwsConsoleSetupURLsParams).SetIds: added
(*GetCSPMAwsConsoleSetupURLsParams).SetRegion: added
(*GetCSPMAwsConsoleSetupURLsParams).SetUseExistingCloudtrail: added
(*GetCSPMAwsConsoleSetupURLsParams).WithIds: added
(*GetCSPMAwsConsoleSetupURLsParams).WithRegion: added
(*GetCSPMAwsConsoleSetupURLsParams).WithUseExistingCloudtrail: added
(*GetCSPMAzureAccountParams).SetTenantIds: added
(*GetCSPMAzureAccountParams).WithTenantIds: added
(*GetCSPMAzureUserScriptsAttachmentParams).SetAccountType: added
(*GetCSPMAzureUserScriptsAttachmentParams).SetSubscriptionIds: added
(*GetCSPMAzureUserScriptsAttachmentParams).SetTemplate: added
(*GetCSPMAzureUserScriptsAttachmentParams).WithAccountType: added
(*GetCSPMAzureUserScriptsAttachmentParams).WithSubscriptionIds: added
(*GetCSPMAzureUserScriptsAttachmentParams).WithTemplate: added
AzureDownloadCertificateParams.YearsValid: added
CreateCSPMAzureAccountBadRequest.XCSTRACEID: added
CreateCSPMAzureAccountCreated.XCSTRACEID: added
CreateCSPMAzureAccountForbidden.XCSTRACEID: added
CreateCSPMAzureAccountInternalServerError.XCSTRACEID: added
CreateCSPMAzureAccountMultiStatus.XCSTRACEID: added
CreateCSPMAzureAccountTooManyRequests.XCSTRACEID: added
DeleteCSPMAzureAccountBadRequest.XCSTRACEID: added
DeleteCSPMAzureAccountForbidden.XCSTRACEID: added
DeleteCSPMAzureAccountInternalServerError.XCSTRACEID: added
DeleteCSPMAzureAccountMultiStatus.XCSTRACEID: added
DeleteCSPMAzureAccountOK.XCSTRACEID: added
DeleteCSPMAzureAccountParams.RetainTenant: added
DeleteCSPMAzureAccountParams.TenantIds: added
DeleteCSPMAzureAccountTooManyRequests.XCSTRACEID: added
GetBehaviorDetectionsParams.ResourceID: added
GetBehaviorDetectionsParams.ResourceUUID: added
GetBehaviorDetectionsParams.Since: added
GetCSPMAwsAccountScriptsAttachmentBadRequest.XCSTRACEID: added
GetCSPMAwsAccountScriptsAttachmentForbidden.XCSTRACEID: added
GetCSPMAwsAccountScriptsAttachmentInternalServerError.XCSTRACEID: added
GetCSPMAwsAccountScriptsAttachmentOK.XCSTRACEID: added
GetCSPMAwsAccountScriptsAttachmentParams.Ids: added
GetCSPMAwsAccountScriptsAttachmentTooManyRequests.XCSTRACEID: added
GetCSPMAwsConsoleSetupURLsBadRequest.XCSTRACEID: added
GetCSPMAwsConsoleSetupURLsForbidden.XCSTRACEID: added
GetCSPMAwsConsoleSetupURLsInternalServerError.XCSTRACEID: added
GetCSPMAwsConsoleSetupURLsMultiStatus.XCSTRACEID: added
GetCSPMAwsConsoleSetupURLsOK.XCSTRACEID: added
GetCSPMAwsConsoleSetupURLsParams.Ids: added
GetCSPMAwsConsoleSetupURLsParams.Region: added
GetCSPMAwsConsoleSetupURLsParams.UseExistingCloudtrail: added
GetCSPMAwsConsoleSetupURLsTooManyRequests.XCSTRACEID: added
GetCSPMAzureAccountBadRequest.XCSTRACEID: added
GetCSPMAzureAccountForbidden.XCSTRACEID: added
GetCSPMAzureAccountInternalServerError.XCSTRACEID: added
GetCSPMAzureAccountMultiStatus.XCSTRACEID: added
GetCSPMAzureAccountOK.XCSTRACEID: added
GetCSPMAzureAccountParams.TenantIds: added
GetCSPMAzureAccountTooManyRequests.XCSTRACEID: added
GetCSPMAzureUserScriptsAttachmentBadRequest.XCSTRACEID: added
GetCSPMAzureUserScriptsAttachmentForbidden.XCSTRACEID: added
GetCSPMAzureUserScriptsAttachmentInternalServerError.XCSTRACEID: added
GetCSPMAzureUserScriptsAttachmentOK.XCSTRACEID: added
GetCSPMAzureUserScriptsAttachmentParams.AccountType: added
GetCSPMAzureUserScriptsAttachmentParams.SubscriptionIds: added
GetCSPMAzureUserScriptsAttachmentParams.Template: added
GetCSPMAzureUserScriptsAttachmentTooManyRequests.XCSTRACEID: added
GetCSPMPoliciesDetailsBadRequest: added
GetCSPMPoliciesDetailsForbidden: added
GetCSPMPoliciesDetailsInternalServerError: added
GetCSPMPoliciesDetailsMultiStatus: added
GetCSPMPoliciesDetailsOK: added
GetCSPMPoliciesDetailsParams: added
GetCSPMPoliciesDetailsReader: added
GetCSPMPoliciesDetailsTooManyRequests: added
GetCSPMPolicyBadRequest.XCSTRACEID: added
GetCSPMPolicyForbidden.XCSTRACEID: added
GetCSPMPolicyInternalServerError.XCSTRACEID: added
GetCSPMPolicyMultiStatus.XCSTRACEID: added
GetCSPMPolicyOK.XCSTRACEID: added
GetCSPMPolicyTooManyRequests.XCSTRACEID: added
GetCSPMScanScheduleBadRequest.XCSTRACEID: added
GetCSPMScanScheduleForbidden.XCSTRACEID: added
GetCSPMScanScheduleInternalServerError.XCSTRACEID: added
GetCSPMScanScheduleOK.XCSTRACEID: added
GetCSPMScanScheduleTooManyRequests.XCSTRACEID: added
GetConfigurationDetectionEntitiesBadRequest: added
GetConfigurationDetectionEntitiesForbidden: added
GetConfigurationDetectionEntitiesInternalServerError: added
GetConfigurationDetectionEntitiesOK: added
GetConfigurationDetectionEntitiesParams: added
GetConfigurationDetectionEntitiesReader: added
GetConfigurationDetectionEntitiesTooManyRequests: added
GetConfigurationDetectionIDsV2BadRequest: added
GetConfigurationDetectionIDsV2Forbidden: added
GetConfigurationDetectionIDsV2InternalServerError: added
GetConfigurationDetectionIDsV2OK: added
GetConfigurationDetectionIDsV2Params: added
GetConfigurationDetectionIDsV2Reader: added
GetConfigurationDetectionIDsV2TooManyRequests: added
NewGetCSPMPoliciesDetailsBadRequest: added
NewGetCSPMPoliciesDetailsForbidden: added
NewGetCSPMPoliciesDetailsInternalServerError: added
NewGetCSPMPoliciesDetailsMultiStatus: added
NewGetCSPMPoliciesDetailsOK: added
NewGetCSPMPoliciesDetailsParams: added
NewGetCSPMPoliciesDetailsParamsWithContext: added
NewGetCSPMPoliciesDetailsParamsWithHTTPClient: added
NewGetCSPMPoliciesDetailsParamsWithTimeout: added
NewGetCSPMPoliciesDetailsTooManyRequests: added
NewGetConfigurationDetectionEntitiesBadRequest: added
NewGetConfigurationDetectionEntitiesForbidden: added
NewGetConfigurationDetectionEntitiesInternalServerError: added
NewGetConfigurationDetectionEntitiesOK: added
NewGetConfigurationDetectionEntitiesParams: added
NewGetConfigurationDetectionEntitiesParamsWithContext: added
NewGetConfigurationDetectionEntitiesParamsWithHTTPClient: added
NewGetConfigurationDetectionEntitiesParamsWithTimeout: added
NewGetConfigurationDetectionEntitiesTooManyRequests: added
NewGetConfigurationDetectionIDsV2BadRequest: added
NewGetConfigurationDetectionIDsV2Forbidden: added
NewGetConfigurationDetectionIDsV2InternalServerError: added
NewGetConfigurationDetectionIDsV2OK: added
NewGetConfigurationDetectionIDsV2Params: added
NewGetConfigurationDetectionIDsV2ParamsWithContext: added
NewGetConfigurationDetectionIDsV2ParamsWithHTTPClient: added
NewGetConfigurationDetectionIDsV2ParamsWithTimeout: added
NewGetConfigurationDetectionIDsV2TooManyRequests: added
UpdateCSPMAzureAccountClientIDBadRequest.XCSTRACEID: added
UpdateCSPMAzureAccountClientIDCreated.XCSTRACEID: added
UpdateCSPMAzureAccountClientIDForbidden.XCSTRACEID: added
UpdateCSPMAzureAccountClientIDInternalServerError.XCSTRACEID: added
UpdateCSPMAzureAccountClientIDTooManyRequests.XCSTRACEID: added
UpdateCSPMScanScheduleBadRequest.XCSTRACEID: added
UpdateCSPMScanScheduleForbidden.XCSTRACEID: added
UpdateCSPMScanScheduleInternalServerError.XCSTRACEID: added
UpdateCSPMScanScheduleOK.XCSTRACEID: added
UpdateCSPMScanScheduleTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/custom_ioa

incompatible changes

GetPatternsDefault: removed
GetPlatformsMixin0Default: removed
GetRuleTypesDefault: removed
NewGetPatternsDefault: removed
NewGetPlatformsMixin0Default: removed
NewGetRuleTypesDefault: removed
NewQueryPatternsDefault: removed
NewQueryPlatformsMixin0Default: removed
NewQueryRuleTypesDefault: removed
QueryPatternsDefault: removed
QueryPlatformsMixin0Default: removed
QueryRuleTypesDefault: removed

compatible changes

GetPatternsForbidden.XCSTRACEID: added
GetPatternsOK.XCSTRACEID: added
GetPatternsTooManyRequests.XCSTRACEID: added
GetPlatformsMixin0Forbidden.XCSTRACEID: added
GetPlatformsMixin0OK.XCSTRACEID: added
GetPlatformsMixin0TooManyRequests.XCSTRACEID: added
GetRuleTypesForbidden.XCSTRACEID: added
GetRuleTypesNotFound.XCSTRACEID: added
GetRuleTypesOK.XCSTRACEID: added
GetRuleTypesTooManyRequests.XCSTRACEID: added
QueryPatternsForbidden.XCSTRACEID: added
QueryPatternsOK.XCSTRACEID: added
QueryPatternsTooManyRequests.XCSTRACEID: added
QueryPlatformsMixin0Forbidden.XCSTRACEID: added
QueryPlatformsMixin0OK.XCSTRACEID: added
QueryPlatformsMixin0TooManyRequests.XCSTRACEID: added
QueryRuleTypesForbidden.XCSTRACEID: added
QueryRuleTypesOK.XCSTRACEID: added
QueryRuleTypesTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/d4c_registration

incompatible changes

(*Client).CreateCSPMGCPAccount: removed
(*Client).GetCSPMAzureUserScripts: removed
(*Client).GetCSPMCGPAccount: removed
(*Client).GetCSPMGCPUserScripts: removed
(*Client).GetCSPMGCPUserScriptsAttachment: removed
(*DiscoverCloudAzureDownloadCertificateParams).SetRefresh: changed from func(*string) to func(*bool)
(*DiscoverCloudAzureDownloadCertificateParams).WithRefresh: changed from func(*string) *DiscoverCloudAzureDownloadCertificateParams to func(*bool) *DiscoverCloudAzureDownloadCertificateParams
ClientService.CreateCSPMGCPAccount: removed
ClientService.CreateD4CGcpAccount: added
ClientService.CreateDiscoverCloudAzureAccount: added
ClientService.GetCSPMAzureUserScripts: removed
ClientService.GetCSPMCGPAccount: removed
ClientService.GetCSPMGCPUserScripts: removed
ClientService.GetCSPMGCPUserScriptsAttachment: removed
ClientService.GetD4CGcpAccount: added
ClientService.GetD4CGcpUserScripts: added
ClientService.GetDiscoverCloudAzureAccount: added
ClientService.GetDiscoverCloudAzureTenantIDs: added
ClientService.GetDiscoverCloudAzureUserScripts: added
ClientService.GetDiscoverCloudAzureUserScriptsAttachment: added
ClientService.UpdateDiscoverCloudAzureAccountClientID: added
CreateCSPMGCPAccountBadRequest: removed
CreateCSPMGCPAccountCreated: removed
CreateCSPMGCPAccountForbidden: removed
CreateCSPMGCPAccountInternalServerError: removed
CreateCSPMGCPAccountMultiStatus: removed
CreateCSPMGCPAccountParams: removed
CreateCSPMGCPAccountReader: removed
CreateCSPMGCPAccountTooManyRequests: removed
DiscoverCloudAzureDownloadCertificateDefault: removed
DiscoverCloudAzureDownloadCertificateParams.Refresh: changed from *string to *bool
GetCSPMAzureUserScriptsBadRequest: removed
GetCSPMAzureUserScriptsDefault: removed
GetCSPMAzureUserScriptsForbidden: removed
GetCSPMAzureUserScriptsInternalServerError: removed
GetCSPMAzureUserScriptsMultiStatus: removed
GetCSPMAzureUserScriptsOK: removed
GetCSPMAzureUserScriptsParams: removed
GetCSPMAzureUserScriptsReader: removed
GetCSPMAzureUserScriptsTooManyRequests: removed
GetCSPMCGPAccountBadRequest: removed
GetCSPMCGPAccountDefault: removed
GetCSPMCGPAccountForbidden: removed
GetCSPMCGPAccountInternalServerError: removed
GetCSPMCGPAccountMultiStatus: removed
GetCSPMCGPAccountOK: removed
GetCSPMCGPAccountParams: removed
GetCSPMCGPAccountReader: removed
GetCSPMCGPAccountTooManyRequests: removed
GetCSPMGCPUserScriptsAttachmentBadRequest: removed
GetCSPMGCPUserScriptsAttachmentDefault: removed
GetCSPMGCPUserScriptsAttachmentForbidden: removed
GetCSPMGCPUserScriptsAttachmentInternalServerError: removed
GetCSPMGCPUserScriptsAttachmentOK: removed
GetCSPMGCPUserScriptsAttachmentParams: removed
GetCSPMGCPUserScriptsAttachmentReader: removed
GetCSPMGCPUserScriptsAttachmentTooManyRequests: removed
GetCSPMGCPUserScriptsBadRequest: removed
GetCSPMGCPUserScriptsDefault: removed
GetCSPMGCPUserScriptsForbidden: removed
GetCSPMGCPUserScriptsInternalServerError: removed
GetCSPMGCPUserScriptsMultiStatus: removed
GetCSPMGCPUserScriptsOK: removed
GetCSPMGCPUserScriptsParams: removed
GetCSPMGCPUserScriptsReader: removed
GetCSPMGCPUserScriptsTooManyRequests: removed
NewCreateCSPMGCPAccountBadRequest: removed
NewCreateCSPMGCPAccountCreated: removed
NewCreateCSPMGCPAccountForbidden: removed
NewCreateCSPMGCPAccountInternalServerError: removed
NewCreateCSPMGCPAccountMultiStatus: removed
NewCreateCSPMGCPAccountParams: removed
NewCreateCSPMGCPAccountParamsWithContext: removed
NewCreateCSPMGCPAccountParamsWithHTTPClient: removed
NewCreateCSPMGCPAccountParamsWithTimeout: removed
NewCreateCSPMGCPAccountTooManyRequests: removed
NewDiscoverCloudAzureDownloadCertificateDefault: removed
NewGetCSPMAzureUserScriptsBadRequest: removed
NewGetCSPMAzureUserScriptsDefault: removed
NewGetCSPMAzureUserScriptsForbidden: removed
NewGetCSPMAzureUserScriptsInternalServerError: removed
NewGetCSPMAzureUserScriptsMultiStatus: removed
NewGetCSPMAzureUserScriptsOK: removed
NewGetCSPMAzureUserScriptsParams: removed
NewGetCSPMAzureUserScriptsParamsWithContext: removed
NewGetCSPMAzureUserScriptsParamsWithHTTPClient: removed
NewGetCSPMAzureUserScriptsParamsWithTimeout: removed
NewGetCSPMAzureUserScriptsTooManyRequests: removed
NewGetCSPMCGPAccountBadRequest: removed
NewGetCSPMCGPAccountDefault: removed
NewGetCSPMCGPAccountForbidden: removed
NewGetCSPMCGPAccountInternalServerError: removed
NewGetCSPMCGPAccountMultiStatus: removed
NewGetCSPMCGPAccountOK: removed
NewGetCSPMCGPAccountParams: removed
NewGetCSPMCGPAccountParamsWithContext: removed
NewGetCSPMCGPAccountParamsWithHTTPClient: removed
NewGetCSPMCGPAccountParamsWithTimeout: removed
NewGetCSPMCGPAccountTooManyRequests: removed
NewGetCSPMGCPUserScriptsAttachmentBadRequest: removed
NewGetCSPMGCPUserScriptsAttachmentDefault: removed
NewGetCSPMGCPUserScriptsAttachmentForbidden: removed
NewGetCSPMGCPUserScriptsAttachmentInternalServerError: removed
NewGetCSPMGCPUserScriptsAttachmentOK: removed
NewGetCSPMGCPUserScriptsAttachmentParams: removed
NewGetCSPMGCPUserScriptsAttachmentParamsWithContext: removed
NewGetCSPMGCPUserScriptsAttachmentParamsWithHTTPClient: removed
NewGetCSPMGCPUserScriptsAttachmentParamsWithTimeout: removed
NewGetCSPMGCPUserScriptsAttachmentTooManyRequests: removed
NewGetCSPMGCPUserScriptsBadRequest: removed
NewGetCSPMGCPUserScriptsDefault: removed
NewGetCSPMGCPUserScriptsForbidden: removed
NewGetCSPMGCPUserScriptsInternalServerError: removed
NewGetCSPMGCPUserScriptsMultiStatus: removed
NewGetCSPMGCPUserScriptsOK: removed
NewGetCSPMGCPUserScriptsParams: removed
NewGetCSPMGCPUserScriptsParamsWithContext: removed
NewGetCSPMGCPUserScriptsParamsWithHTTPClient: removed
NewGetCSPMGCPUserScriptsParamsWithTimeout: removed
NewGetCSPMGCPUserScriptsTooManyRequests: removed

compatible changes

(*Client).CreateD4CGcpAccount: added
(*Client).CreateDiscoverCloudAzureAccount: added
(*Client).GetD4CGcpAccount: added
(*Client).GetD4CGcpUserScripts: added
(*Client).GetDiscoverCloudAzureAccount: added
(*Client).GetDiscoverCloudAzureTenantIDs: added
(*Client).GetDiscoverCloudAzureUserScripts: added
(*Client).GetDiscoverCloudAzureUserScriptsAttachment: added
(*Client).UpdateDiscoverCloudAzureAccountClientID: added
(*DiscoverCloudAzureDownloadCertificateParams).SetYearsValid: added
(*DiscoverCloudAzureDownloadCertificateParams).WithYearsValid: added
CreateD4CGcpAccountBadRequest: added
CreateD4CGcpAccountCreated: added
CreateD4CGcpAccountForbidden: added
CreateD4CGcpAccountInternalServerError: added
CreateD4CGcpAccountMultiStatus: added
CreateD4CGcpAccountParams: added
CreateD4CGcpAccountReader: added
CreateD4CGcpAccountTooManyRequests: added
CreateDiscoverCloudAzureAccountBadRequest: added
CreateDiscoverCloudAzureAccountCreated: added
CreateDiscoverCloudAzureAccountForbidden: added
CreateDiscoverCloudAzureAccountInternalServerError: added
CreateDiscoverCloudAzureAccountMultiStatus: added
CreateDiscoverCloudAzureAccountParams: added
CreateDiscoverCloudAzureAccountReader: added
CreateDiscoverCloudAzureAccountTooManyRequests: added
DiscoverCloudAzureDownloadCertificateParams.YearsValid: added
GetD4CGcpAccountBadRequest: added
GetD4CGcpAccountForbidden: added
GetD4CGcpAccountInternalServerError: added
GetD4CGcpAccountMultiStatus: added
GetD4CGcpAccountOK: added
GetD4CGcpAccountParams: added
GetD4CGcpAccountReader: added
GetD4CGcpAccountTooManyRequests: added
GetD4CGcpUserScriptsBadRequest: added
GetD4CGcpUserScriptsForbidden: added
GetD4CGcpUserScriptsInternalServerError: added
GetD4CGcpUserScriptsMultiStatus: added
GetD4CGcpUserScriptsOK: added
GetD4CGcpUserScriptsParams: added
GetD4CGcpUserScriptsReader: added
GetD4CGcpUserScriptsTooManyRequests: added
GetDiscoverCloudAzureAccountBadRequest: added
GetDiscoverCloudAzureAccountForbidden: added
GetDiscoverCloudAzureAccountInternalServerError: added
GetDiscoverCloudAzureAccountMultiStatus: added
GetDiscoverCloudAzureAccountOK: added
GetDiscoverCloudAzureAccountParams: added
GetDiscoverCloudAzureAccountReader: added
GetDiscoverCloudAzureAccountTooManyRequests: added
GetDiscoverCloudAzureTenantIDsBadRequest: added
GetDiscoverCloudAzureTenantIDsForbidden: added
GetDiscoverCloudAzureTenantIDsInternalServerError: added
GetDiscoverCloudAzureTenantIDsOK: added
GetDiscoverCloudAzureTenantIDsParams: added
GetDiscoverCloudAzureTenantIDsReader: added
GetDiscoverCloudAzureTenantIDsTooManyRequests: added
GetDiscoverCloudAzureUserScriptsAttachmentBadRequest: added
GetDiscoverCloudAzureUserScriptsAttachmentForbidden: added
GetDiscoverCloudAzureUserScriptsAttachmentInternalServerError: added
GetDiscoverCloudAzureUserScriptsAttachmentOK: added
GetDiscoverCloudAzureUserScriptsAttachmentParams: added
GetDiscoverCloudAzureUserScriptsAttachmentReader: added
GetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests: added
GetDiscoverCloudAzureUserScriptsBadRequest: added
GetDiscoverCloudAzureUserScriptsForbidden: added
GetDiscoverCloudAzureUserScriptsInternalServerError: added
GetDiscoverCloudAzureUserScriptsMultiStatus: added
GetDiscoverCloudAzureUserScriptsOK: added
GetDiscoverCloudAzureUserScriptsParams: added
GetDiscoverCloudAzureUserScriptsReader: added
GetDiscoverCloudAzureUserScriptsTooManyRequests: added
NewCreateD4CGcpAccountBadRequest: added
NewCreateD4CGcpAccountCreated: added
NewCreateD4CGcpAccountForbidden: added
NewCreateD4CGcpAccountInternalServerError: added
NewCreateD4CGcpAccountMultiStatus: added
NewCreateD4CGcpAccountParams: added
NewCreateD4CGcpAccountParamsWithContext: added
NewCreateD4CGcpAccountParamsWithHTTPClient: added
NewCreateD4CGcpAccountParamsWithTimeout: added
NewCreateD4CGcpAccountTooManyRequests: added
NewCreateDiscoverCloudAzureAccountBadRequest: added
NewCreateDiscoverCloudAzureAccountCreated: added
NewCreateDiscoverCloudAzureAccountForbidden: added
NewCreateDiscoverCloudAzureAccountInternalServerError: added
NewCreateDiscoverCloudAzureAccountMultiStatus: added
NewCreateDiscoverCloudAzureAccountParams: added
NewCreateDiscoverCloudAzureAccountParamsWithContext: added
NewCreateDiscoverCloudAzureAccountParamsWithHTTPClient: added
NewCreateDiscoverCloudAzureAccountParamsWithTimeout: added
NewCreateDiscoverCloudAzureAccountTooManyRequests: added
NewGetD4CGcpAccountBadRequest: added
NewGetD4CGcpAccountForbidden: added
NewGetD4CGcpAccountInternalServerError: added
NewGetD4CGcpAccountMultiStatus: added
NewGetD4CGcpAccountOK: added
NewGetD4CGcpAccountParams: added
NewGetD4CGcpAccountParamsWithContext: added
NewGetD4CGcpAccountParamsWithHTTPClient: added
NewGetD4CGcpAccountParamsWithTimeout: added
NewGetD4CGcpAccountTooManyRequests: added
NewGetD4CGcpUserScriptsBadRequest: added
NewGetD4CGcpUserScriptsForbidden: added
NewGetD4CGcpUserScriptsInternalServerError: added
NewGetD4CGcpUserScriptsMultiStatus: added
NewGetD4CGcpUserScriptsOK: added
NewGetD4CGcpUserScriptsParams: added
NewGetD4CGcpUserScriptsParamsWithContext: added
NewGetD4CGcpUserScriptsParamsWithHTTPClient: added
NewGetD4CGcpUserScriptsParamsWithTimeout: added
NewGetD4CGcpUserScriptsTooManyRequests: added
NewGetDiscoverCloudAzureAccountBadRequest: added
NewGetDiscoverCloudAzureAccountForbidden: added
NewGetDiscoverCloudAzureAccountInternalServerError: added
NewGetDiscoverCloudAzureAccountMultiStatus: added
NewGetDiscoverCloudAzureAccountOK: added
NewGetDiscoverCloudAzureAccountParams: added
NewGetDiscoverCloudAzureAccountParamsWithContext: added
NewGetDiscoverCloudAzureAccountParamsWithHTTPClient: added
NewGetDiscoverCloudAzureAccountParamsWithTimeout: added
NewGetDiscoverCloudAzureAccountTooManyRequests: added
NewGetDiscoverCloudAzureTenantIDsBadRequest: added
NewGetDiscoverCloudAzureTenantIDsForbidden: added
NewGetDiscoverCloudAzureTenantIDsInternalServerError: added
NewGetDiscoverCloudAzureTenantIDsOK: added
NewGetDiscoverCloudAzureTenantIDsParams: added
NewGetDiscoverCloudAzureTenantIDsParamsWithContext: added
NewGetDiscoverCloudAzureTenantIDsParamsWithHTTPClient: added
NewGetDiscoverCloudAzureTenantIDsParamsWithTimeout: added
NewGetDiscoverCloudAzureTenantIDsTooManyRequests: added
NewGetDiscoverCloudAzureUserScriptsAttachmentBadRequest: added
NewGetDiscoverCloudAzureUserScriptsAttachmentForbidden: added
NewGetDiscoverCloudAzureUserScriptsAttachmentInternalServerError: added
NewGetDiscoverCloudAzureUserScriptsAttachmentOK: added
NewGetDiscoverCloudAzureUserScriptsAttachmentParams: added
NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithContext: added
NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithHTTPClient: added
NewGetDiscoverCloudAzureUserScriptsAttachmentParamsWithTimeout: added
NewGetDiscoverCloudAzureUserScriptsAttachmentTooManyRequests: added
NewGetDiscoverCloudAzureUserScriptsBadRequest: added
NewGetDiscoverCloudAzureUserScriptsForbidden: added
NewGetDiscoverCloudAzureUserScriptsInternalServerError: added
NewGetDiscoverCloudAzureUserScriptsMultiStatus: added
NewGetDiscoverCloudAzureUserScriptsOK: added
NewGetDiscoverCloudAzureUserScriptsParams: added
NewGetDiscoverCloudAzureUserScriptsParamsWithContext: added
NewGetDiscoverCloudAzureUserScriptsParamsWithHTTPClient: added
NewGetDiscoverCloudAzureUserScriptsParamsWithTimeout: added
NewGetDiscoverCloudAzureUserScriptsTooManyRequests: added
NewUpdateDiscoverCloudAzureAccountClientIDBadRequest: added
NewUpdateDiscoverCloudAzureAccountClientIDCreated: added
NewUpdateDiscoverCloudAzureAccountClientIDForbidden: added
NewUpdateDiscoverCloudAzureAccountClientIDInternalServerError: added
NewUpdateDiscoverCloudAzureAccountClientIDParams: added
NewUpdateDiscoverCloudAzureAccountClientIDParamsWithContext: added
NewUpdateDiscoverCloudAzureAccountClientIDParamsWithHTTPClient: added
NewUpdateDiscoverCloudAzureAccountClientIDParamsWithTimeout: added
NewUpdateDiscoverCloudAzureAccountClientIDTooManyRequests: added
UpdateDiscoverCloudAzureAccountClientIDBadRequest: added
UpdateDiscoverCloudAzureAccountClientIDCreated: added
UpdateDiscoverCloudAzureAccountClientIDForbidden: added
UpdateDiscoverCloudAzureAccountClientIDInternalServerError: added
UpdateDiscoverCloudAzureAccountClientIDParams: added
UpdateDiscoverCloudAzureAccountClientIDReader: added
UpdateDiscoverCloudAzureAccountClientIDTooManyRequests: added

github.com/crowdstrike/gofalcon/falcon/client/detects

incompatible changes

GetAggregateDetectsDefault: removed
GetDetectSummariesDefault: removed
NewGetAggregateDetectsDefault: removed
NewGetDetectSummariesDefault: removed
NewQueryDetectsDefault: removed
NewUpdateDetectsByIdsV2Default: removed
QueryDetectsDefault: removed
UpdateDetectsByIdsV2Default: removed

compatible changes

GetAggregateDetectsBadRequest.XCSTRACEID: added
GetAggregateDetectsForbidden.XCSTRACEID: added
GetAggregateDetectsInternalServerError.XCSTRACEID: added
GetAggregateDetectsOK.XCSTRACEID: added
GetAggregateDetectsTooManyRequests.XCSTRACEID: added
GetDetectSummariesBadRequest.XCSTRACEID: added
GetDetectSummariesForbidden.XCSTRACEID: added
GetDetectSummariesInternalServerError.XCSTRACEID: added
GetDetectSummariesOK.XCSTRACEID: added
GetDetectSummariesTooManyRequests.XCSTRACEID: added
QueryDetectsBadRequest.XCSTRACEID: added
QueryDetectsForbidden.XCSTRACEID: added
QueryDetectsInternalServerError.XCSTRACEID: added
QueryDetectsOK.XCSTRACEID: added
QueryDetectsTooManyRequests.XCSTRACEID: added
UpdateDetectsByIdsV2BadRequest.XCSTRACEID: added
UpdateDetectsByIdsV2Forbidden.XCSTRACEID: added
UpdateDetectsByIdsV2InternalServerError.XCSTRACEID: added
UpdateDetectsByIdsV2OK.XCSTRACEID: added
UpdateDetectsByIdsV2TooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/device_control_policies

incompatible changes

(*CreateDeviceControlPoliciesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV2
(*CreateDeviceControlPoliciesCreated).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV2
(*CreateDeviceControlPoliciesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV2
(*CreateDeviceControlPoliciesNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*CreateDeviceControlPoliciesParams).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsCreateDeviceControlPoliciesV1) to func(*github.com/crowdstrike/gofalcon/falcon/models.DeviceControlCreatePoliciesV1)
(*CreateDeviceControlPoliciesParams).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsCreateDeviceControlPoliciesV1) *CreateDeviceControlPoliciesParams to func(*github.com/crowdstrike/gofalcon/falcon/models.DeviceControlCreatePoliciesV1) *CreateDeviceControlPoliciesParams
(*GetDeviceControlPoliciesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*GetDeviceControlPoliciesNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*GetDeviceControlPoliciesOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*PerformDeviceControlPoliciesActionBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*PerformDeviceControlPoliciesActionInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*PerformDeviceControlPoliciesActionNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*PerformDeviceControlPoliciesActionOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*QueryCombinedDeviceControlPoliciesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*QueryCombinedDeviceControlPoliciesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*QueryCombinedDeviceControlPoliciesOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*QueryCombinedDeviceControlPolicyMembersBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
(*QueryCombinedDeviceControlPolicyMembersInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
(*QueryCombinedDeviceControlPolicyMembersNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
(*QueryCombinedDeviceControlPolicyMembersOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
(*SetDeviceControlPoliciesPrecedenceParams).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsSetPolicyPrecedenceReqV1) to func(*github.com/crowdstrike/gofalcon/falcon/models.BaseSetPolicyPrecedenceReqV1)
(*SetDeviceControlPoliciesPrecedenceParams).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsSetPolicyPrecedenceReqV1) *SetDeviceControlPoliciesPrecedenceParams to func(*github.com/crowdstrike/gofalcon/falcon/models.BaseSetPolicyPrecedenceReqV1) *SetDeviceControlPoliciesPrecedenceParams
(*UpdateDeviceControlPoliciesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*UpdateDeviceControlPoliciesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*UpdateDeviceControlPoliciesNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*UpdateDeviceControlPoliciesOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
(*UpdateDeviceControlPoliciesParams).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsUpdateDeviceControlPoliciesV1) to func(*github.com/crowdstrike/gofalcon/falcon/models.DeviceControlUpdatePoliciesReqV1)
(*UpdateDeviceControlPoliciesParams).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsUpdateDeviceControlPoliciesV1) *UpdateDeviceControlPoliciesParams to func(*github.com/crowdstrike/gofalcon/falcon/models.DeviceControlUpdatePoliciesReqV1) *UpdateDeviceControlPoliciesParams
CreateDeviceControlPoliciesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV2
CreateDeviceControlPoliciesCreated.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV2
CreateDeviceControlPoliciesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV2
CreateDeviceControlPoliciesNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
CreateDeviceControlPoliciesParams.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.RequestsCreateDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlCreatePoliciesV1
GetDeviceControlPoliciesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
GetDeviceControlPoliciesNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
GetDeviceControlPoliciesOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
NewPerformDeviceControlPoliciesActionDefault: removed
NewQueryCombinedDeviceControlPoliciesDefault: removed
NewQueryCombinedDeviceControlPolicyMembersDefault: removed
NewQueryDeviceControlPoliciesDefault: removed
NewQueryDeviceControlPolicyMembersDefault: removed
NewSetDeviceControlPoliciesPrecedenceDefault: removed
NewUpdateDeviceControlPoliciesDefault: removed
PerformDeviceControlPoliciesActionBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
PerformDeviceControlPoliciesActionDefault: removed
PerformDeviceControlPoliciesActionInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
PerformDeviceControlPoliciesActionNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
PerformDeviceControlPoliciesActionOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
QueryCombinedDeviceControlPoliciesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
QueryCombinedDeviceControlPoliciesDefault: removed
QueryCombinedDeviceControlPoliciesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
QueryCombinedDeviceControlPoliciesOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
QueryCombinedDeviceControlPolicyMembersBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
QueryCombinedDeviceControlPolicyMembersDefault: removed
QueryCombinedDeviceControlPolicyMembersInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
QueryCombinedDeviceControlPolicyMembersNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
QueryCombinedDeviceControlPolicyMembersOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
QueryDeviceControlPoliciesDefault: removed
QueryDeviceControlPolicyMembersDefault: removed
SetDeviceControlPoliciesPrecedenceDefault: removed
SetDeviceControlPoliciesPrecedenceParams.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.RequestsSetPolicyPrecedenceReqV1 to *github.com/crowdstrike/gofalcon/falcon/models.BaseSetPolicyPrecedenceReqV1
UpdateDeviceControlPoliciesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
UpdateDeviceControlPoliciesDefault: removed
UpdateDeviceControlPoliciesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
UpdateDeviceControlPoliciesNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
UpdateDeviceControlPoliciesOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlRespV1
UpdateDeviceControlPoliciesParams.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.RequestsUpdateDeviceControlPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.DeviceControlUpdatePoliciesReqV1

compatible changes

CreateDeviceControlPoliciesBadRequest.XCSTRACEID: added
CreateDeviceControlPoliciesCreated.XCSTRACEID: added
CreateDeviceControlPoliciesForbidden.XCSTRACEID: added
CreateDeviceControlPoliciesInternalServerError.XCSTRACEID: added
CreateDeviceControlPoliciesNotFound.XCSTRACEID: added
CreateDeviceControlPoliciesTooManyRequests.XCSTRACEID: added
PerformDeviceControlPoliciesActionBadRequest.XCSTRACEID: added
PerformDeviceControlPoliciesActionForbidden.XCSTRACEID: added
PerformDeviceControlPoliciesActionInternalServerError.XCSTRACEID: added
PerformDeviceControlPoliciesActionNotFound.XCSTRACEID: added
PerformDeviceControlPoliciesActionOK.XCSTRACEID: added
PerformDeviceControlPoliciesActionTooManyRequests.XCSTRACEID: added
QueryCombinedDeviceControlPoliciesBadRequest.XCSTRACEID: added
QueryCombinedDeviceControlPoliciesForbidden.XCSTRACEID: added
QueryCombinedDeviceControlPoliciesInternalServerError.XCSTRACEID: added
QueryCombinedDeviceControlPoliciesOK.XCSTRACEID: added
QueryCombinedDeviceControlPoliciesTooManyRequests.XCSTRACEID: added
QueryCombinedDeviceControlPolicyMembersBadRequest.XCSTRACEID: added
QueryCombinedDeviceControlPolicyMembersForbidden.XCSTRACEID: added
QueryCombinedDeviceControlPolicyMembersInternalServerError.XCSTRACEID: added
QueryCombinedDeviceControlPolicyMembersNotFound.XCSTRACEID: added
QueryCombinedDeviceControlPolicyMembersOK.XCSTRACEID: added
QueryCombinedDeviceControlPolicyMembersTooManyRequests.XCSTRACEID: added
QueryDeviceControlPoliciesBadRequest.XCSTRACEID: added
QueryDeviceControlPoliciesForbidden.XCSTRACEID: added
QueryDeviceControlPoliciesInternalServerError.XCSTRACEID: added
QueryDeviceControlPoliciesOK.XCSTRACEID: added
QueryDeviceControlPoliciesTooManyRequests.XCSTRACEID: added
QueryDeviceControlPolicyMembersBadRequest.XCSTRACEID: added
QueryDeviceControlPolicyMembersForbidden.XCSTRACEID: added
QueryDeviceControlPolicyMembersInternalServerError.XCSTRACEID: added
QueryDeviceControlPolicyMembersNotFound.XCSTRACEID: added
QueryDeviceControlPolicyMembersOK.XCSTRACEID: added
QueryDeviceControlPolicyMembersTooManyRequests.XCSTRACEID: added
SetDeviceControlPoliciesPrecedenceBadRequest.XCSTRACEID: added
SetDeviceControlPoliciesPrecedenceForbidden.XCSTRACEID: added
SetDeviceControlPoliciesPrecedenceInternalServerError.XCSTRACEID: added
SetDeviceControlPoliciesPrecedenceOK.XCSTRACEID: added
SetDeviceControlPoliciesPrecedenceTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/discover

incompatible changes

GetAccountsDefault: removed
GetLoginsDefault: removed
NewGetAccountsDefault: removed
NewGetLoginsDefault: removed
NewQueryAccountsDefault: removed
NewQueryLoginsDefault: removed
QueryAccountsDefault: removed
QueryLoginsDefault: removed

github.com/crowdstrike/gofalcon/falcon/client/discover_iot

compatible changes

package added

github.com/crowdstrike/gofalcon/falcon/client/event_schema

compatible changes

package added

github.com/crowdstrike/gofalcon/falcon/client/event_streams

incompatible changes

ListAvailableStreamsOAuth2Default: removed
NewListAvailableStreamsOAuth2Default: removed
NewRefreshActiveStreamSessionDefault: removed
RefreshActiveStreamSessionDefault: removed

compatible changes

ListAvailableStreamsOAuth2BadRequest.XCSTRACEID: added
ListAvailableStreamsOAuth2Forbidden.XCSTRACEID: added
ListAvailableStreamsOAuth2InternalServerError.XCSTRACEID: added
ListAvailableStreamsOAuth2OK.XCSTRACEID: added
ListAvailableStreamsOAuth2TooManyRequests.XCSTRACEID: added
RefreshActiveStreamSessionBadRequest.XCSTRACEID: added
RefreshActiveStreamSessionForbidden.XCSTRACEID: added
RefreshActiveStreamSessionInternalServerError.XCSTRACEID: added
RefreshActiveStreamSessionOK.XCSTRACEID: added
RefreshActiveStreamSessionTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/falcon_complete_dashboard

incompatible changes

AggregateAllowListDefault: removed
AggregateBlockListDefault: removed
AggregateDetectionsDefault: removed
AggregateDeviceCountCollectionDefault: removed
AggregateEscalationsDefault: removed
AggregateFCIncidentsDefault: removed
AggregateRemediationsDefault: removed
GetDeviceCountCollectionQueriesByFilterDefault: removed
NewAggregateAllowListDefault: removed
NewAggregateBlockListDefault: removed
NewAggregateDetectionsDefault: removed
NewAggregateDeviceCountCollectionDefault: removed
NewAggregateEscalationsDefault: removed
NewAggregateFCIncidentsDefault: removed
NewAggregateRemediationsDefault: removed
NewGetDeviceCountCollectionQueriesByFilterDefault: removed
NewQueryAllowListFilterDefault: removed
NewQueryBlockListFilterDefault: removed
NewQueryDetectionIdsByFilterDefault: removed
NewQueryEscalationsFilterDefault: removed
NewQueryIncidentIdsByFilterDefault: removed
NewQueryRemediationsFilterDefault: removed
QueryAllowListFilterDefault: removed
QueryBlockListFilterDefault: removed
QueryDetectionIdsByFilterDefault: removed
QueryEscalationsFilterDefault: removed
QueryIncidentIdsByFilterDefault: removed
QueryRemediationsFilterDefault: removed

compatible changes

AggregateAllowListForbidden.XCSTRACEID: added
AggregateAllowListOK.XCSTRACEID: added
AggregateAllowListTooManyRequests.XCSTRACEID: added
AggregateBlockListForbidden.XCSTRACEID: added
AggregateBlockListOK.XCSTRACEID: added
AggregateBlockListTooManyRequests.XCSTRACEID: added
AggregateDeviceCountCollectionForbidden.XCSTRACEID: added
AggregateDeviceCountCollectionOK.XCSTRACEID: added
AggregateDeviceCountCollectionTooManyRequests.XCSTRACEID: added
AggregateEscalationsForbidden.XCSTRACEID: added
AggregateEscalationsOK.XCSTRACEID: added
AggregateEscalationsTooManyRequests.XCSTRACEID: added
AggregateFCIncidentsForbidden.XCSTRACEID: added
AggregateFCIncidentsOK.XCSTRACEID: added
AggregateFCIncidentsTooManyRequests.XCSTRACEID: added
AggregateRemediationsForbidden.XCSTRACEID: added
AggregateRemediationsOK.XCSTRACEID: added
AggregateRemediationsTooManyRequests.XCSTRACEID: added
GetDeviceCountCollectionQueriesByFilterForbidden.XCSTRACEID: added
GetDeviceCountCollectionQueriesByFilterOK.XCSTRACEID: added
GetDeviceCountCollectionQueriesByFilterTooManyRequests.XCSTRACEID: added
QueryAllowListFilterForbidden.XCSTRACEID: added
QueryAllowListFilterOK.XCSTRACEID: added
QueryAllowListFilterTooManyRequests.XCSTRACEID: added
QueryBlockListFilterForbidden.XCSTRACEID: added
QueryBlockListFilterOK.XCSTRACEID: added
QueryBlockListFilterTooManyRequests.XCSTRACEID: added
QueryDetectionIdsByFilterForbidden.XCSTRACEID: added
QueryDetectionIdsByFilterOK.XCSTRACEID: added
QueryDetectionIdsByFilterTooManyRequests.XCSTRACEID: added
QueryEscalationsFilterForbidden.XCSTRACEID: added
QueryEscalationsFilterOK.XCSTRACEID: added
QueryEscalationsFilterTooManyRequests.XCSTRACEID: added
QueryIncidentIdsByFilterForbidden.XCSTRACEID: added
QueryIncidentIdsByFilterOK.XCSTRACEID: added
QueryIncidentIdsByFilterTooManyRequests.XCSTRACEID: added
QueryRemediationsFilterForbidden.XCSTRACEID: added
QueryRemediationsFilterOK.XCSTRACEID: added
QueryRemediationsFilterTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/falcon_container

incompatible changes

(*GetCredentialsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaErrorsOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaAPIError
(*GetCredentialsForbidden).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaErrorsOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaAPIError
(*GetCredentialsInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaEntitiesResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.DomainRegistryCredentialsResponse
(*GetCredentialsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaEntitiesResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.DomainRegistryCredentialsResponse
(*GetCredentialsUnauthorized).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaErrorsOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaAPIError
GetCredentialsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaErrorsOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaAPIError
GetCredentialsDefault: removed
GetCredentialsForbidden.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaErrorsOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaAPIError
GetCredentialsInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaEntitiesResponse to *github.com/crowdstrike/gofalcon/falcon/models.DomainRegistryCredentialsResponse
GetCredentialsOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaEntitiesResponse to *github.com/crowdstrike/gofalcon/falcon/models.DomainRegistryCredentialsResponse
GetCredentialsUnauthorized.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaErrorsOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaAPIError
NewGetCredentialsDefault: removed

github.com/crowdstrike/gofalcon/falcon/client/falcon_container_image

compatible changes

package added

github.com/crowdstrike/gofalcon/falcon/client/falconx_sandbox

incompatible changes

(*Client).GetArtifacts: changed from func(*GetArtifactsParams, ...ClientOption) error to func(*GetArtifactsParams, ...ClientOption) (*GetArtifactsOK, error)
(*GetArtifactsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
(*GetArtifactsInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
(*GetArtifactsNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
(*QueryReportsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
(*QueryReportsInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
(*QueryReportsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
(*QuerySubmissionsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
(*QuerySubmissionsInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
(*QuerySubmissionsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
ClientService.GetArtifacts: changed from func(*GetArtifactsParams, ...ClientOption) error to func(*GetArtifactsParams, ...ClientOption) (*GetArtifactsOK, error)
ClientService.GetMemoryDump: added
ClientService.GetMemoryDumpExtractedStrings: added
ClientService.GetMemoryDumpHexDump: added
DeleteSampleV2Default: removed
GetArtifactsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
GetArtifactsInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
GetArtifactsNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
GetReportsDefault: removed
GetSampleV2Default: removed
GetSubmissionsDefault: removed
GetSummaryReportsDefault: removed
NewDeleteSampleV2Default: removed
NewGetReportsDefault: removed
NewGetSampleV2Default: removed
NewGetSubmissionsDefault: removed
NewGetSummaryReportsDefault: removed
NewQueryReportsDefault: removed
NewQuerySampleV1Default: removed
NewQuerySubmissionsDefault: removed
NewSubmitDefault: removed
NewUploadSampleV2Default: removed
QueryReportsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
QueryReportsDefault: removed
QueryReportsInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
QueryReportsOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
QuerySampleV1Default: removed
QuerySubmissionsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
QuerySubmissionsDefault: removed
QuerySubmissionsInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
QuerySubmissionsOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
SubmitDefault: removed
UploadSampleV2Default: removed

compatible changes

(*Client).GetMemoryDump: added
(*Client).GetMemoryDumpExtractedStrings: added
(*Client).GetMemoryDumpHexDump: added
DeleteReportAccepted.XCSTRACEID: added
DeleteReportBadRequest.XCSTRACEID: added
DeleteReportForbidden.XCSTRACEID: added
DeleteReportInternalServerError.XCSTRACEID: added
DeleteReportNotFound.XCSTRACEID: added
DeleteReportTooManyRequests.XCSTRACEID: added
GetArtifactsOK: added
GetMemoryDumpBadRequest: added
GetMemoryDumpExtractedStringsBadRequest: added
GetMemoryDumpExtractedStringsForbidden: added
GetMemoryDumpExtractedStringsInternalServerError: added
GetMemoryDumpExtractedStringsNotFound: added
GetMemoryDumpExtractedStringsOK: added
GetMemoryDumpExtractedStringsParams: added
GetMemoryDumpExtractedStringsReader: added
GetMemoryDumpExtractedStringsTooManyRequests: added
GetMemoryDumpForbidden: added
GetMemoryDumpHexDumpBadRequest: added
GetMemoryDumpHexDumpForbidden: added
GetMemoryDumpHexDumpInternalServerError: added
GetMemoryDumpHexDumpNotFound: added
GetMemoryDumpHexDumpOK: added
GetMemoryDumpHexDumpParams: added
GetMemoryDumpHexDumpReader: added
GetMemoryDumpHexDumpTooManyRequests: added
GetMemoryDumpInternalServerError: added
GetMemoryDumpNotFound: added
GetMemoryDumpOK: added
GetMemoryDumpParams: added
GetMemoryDumpReader: added
GetMemoryDumpTooManyRequests: added
GetReportsBadRequest.XCSTRACEID: added
GetReportsForbidden.XCSTRACEID: added
GetReportsInternalServerError.XCSTRACEID: added
GetReportsOK.XCSTRACEID: added
GetReportsTooManyRequests.XCSTRACEID: added
GetSubmissionsBadRequest.XCSTRACEID: added
GetSubmissionsForbidden.XCSTRACEID: added
GetSubmissionsInternalServerError.XCSTRACEID: added
GetSubmissionsOK.XCSTRACEID: added
GetSubmissionsTooManyRequests.XCSTRACEID: added
GetSummaryReportsBadRequest.XCSTRACEID: added
GetSummaryReportsForbidden.XCSTRACEID: added
GetSummaryReportsInternalServerError.XCSTRACEID: added
GetSummaryReportsOK.XCSTRACEID: added
GetSummaryReportsTooManyRequests.XCSTRACEID: added
NewGetArtifactsOK: added
NewGetMemoryDumpBadRequest: added
NewGetMemoryDumpExtractedStringsBadRequest: added
NewGetMemoryDumpExtractedStringsForbidden: added
NewGetMemoryDumpExtractedStringsInternalServerError: added
NewGetMemoryDumpExtractedStringsNotFound: added
NewGetMemoryDumpExtractedStringsOK: added
NewGetMemoryDumpExtractedStringsParams: added
NewGetMemoryDumpExtractedStringsParamsWithContext: added
NewGetMemoryDumpExtractedStringsParamsWithHTTPClient: added
NewGetMemoryDumpExtractedStringsParamsWithTimeout: added
NewGetMemoryDumpExtractedStringsTooManyRequests: added
NewGetMemoryDumpForbidden: added
NewGetMemoryDumpHexDumpBadRequest: added
NewGetMemoryDumpHexDumpForbidden: added
NewGetMemoryDumpHexDumpInternalServerError: added
NewGetMemoryDumpHexDumpNotFound: added
NewGetMemoryDumpHexDumpOK: added
NewGetMemoryDumpHexDumpParams: added
NewGetMemoryDumpHexDumpParamsWithContext: added
NewGetMemoryDumpHexDumpParamsWithHTTPClient: added
NewGetMemoryDumpHexDumpParamsWithTimeout: added
NewGetMemoryDumpHexDumpTooManyRequests: added
NewGetMemoryDumpInternalServerError: added
NewGetMemoryDumpNotFound: added
NewGetMemoryDumpOK: added
NewGetMemoryDumpParams: added
NewGetMemoryDumpParamsWithContext: added
NewGetMemoryDumpParamsWithHTTPClient: added
NewGetMemoryDumpParamsWithTimeout: added
NewGetMemoryDumpTooManyRequests: added
QueryReportsBadRequest.XCSTRACEID: added
QueryReportsForbidden.XCSTRACEID: added
QueryReportsInternalServerError.XCSTRACEID: added
QueryReportsOK.XCSTRACEID: added
QueryReportsTooManyRequests.XCSTRACEID: added
QuerySubmissionsBadRequest.XCSTRACEID: added
QuerySubmissionsForbidden.XCSTRACEID: added
QuerySubmissionsInternalServerError.XCSTRACEID: added
QuerySubmissionsOK.XCSTRACEID: added
QuerySubmissionsTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/field_schema

compatible changes

package added

github.com/crowdstrike/gofalcon/falcon/client/filevantage

incompatible changes

(*GetChangesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
(*GetChangesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
(*GetChangesOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ExternalGetChangesResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.PublicGetChangesResponse
(*QueryChangesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
(*QueryChangesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
(*QueryChangesOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse
GetChangesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
GetChangesDefault: removed
GetChangesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
GetChangesOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ExternalGetChangesResponse to *github.com/crowdstrike/gofalcon/falcon/models.PublicGetChangesResponse
NewGetChangesDefault: removed
NewQueryChangesDefault: removed
QueryChangesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
QueryChangesDefault: removed
QueryChangesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecResponseFields
QueryChangesOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.MsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.MsaspecQueryResponse

github.com/crowdstrike/gofalcon/falcon/client/firewall_management

incompatible changes

(*AggregateEventsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*AggregatePolicyRulesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*AggregateRuleGroupsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*AggregateRulesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*CreateRuleGroupBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*CreateRuleGroupValidationBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*CreateRuleGroupValidationCreated).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecQueryResponse
(*DeleteRuleGroupsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*GetEventsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*GetPolicyContainersBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*GetRuleGroupsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*GetRulesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*QueryEventsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*QueryFirewallFieldsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecQueryResponse
(*QueryPlatformsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecQueryResponse
(*QueryPolicyRulesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*QueryRuleGroupsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*QueryRulesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*UpdatePolicyContainerBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*UpdatePolicyContainerCreated).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*UpdatePolicyContainerOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*UpdatePolicyContainerV1BadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*UpdatePolicyContainerV1Created).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*UpdatePolicyContainerV1OK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*UpdateRuleGroupBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*UpdateRuleGroupValidationBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
(*UpdateRuleGroupValidationOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecQueryResponse
(*ValidateFilepathPatternBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
AggregateEventsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
AggregateEventsDefault: removed
AggregatePolicyRulesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
AggregatePolicyRulesDefault: removed
AggregateRuleGroupsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
AggregateRuleGroupsDefault: removed
AggregateRulesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
AggregateRulesDefault: removed
CreateRuleGroupBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
CreateRuleGroupValidationBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
CreateRuleGroupValidationCreated.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecQueryResponse
DeleteRuleGroupsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
DeleteRuleGroupsDefault: removed
GetEventsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
GetEventsDefault: removed
GetFirewallFieldsDefault: removed
GetPlatformsDefault: removed
GetPolicyContainersBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
GetPolicyContainersDefault: removed
GetRuleGroupsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
GetRuleGroupsDefault: removed
GetRulesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
GetRulesDefault: removed
NewAggregateEventsDefault: removed
NewAggregatePolicyRulesDefault: removed
NewAggregateRuleGroupsDefault: removed
NewAggregateRulesDefault: removed
NewDeleteRuleGroupsDefault: removed
NewGetEventsDefault: removed
NewGetFirewallFieldsDefault: removed
NewGetPlatformsDefault: removed
NewGetPolicyContainersDefault: removed
NewGetRuleGroupsDefault: removed
NewGetRulesDefault: removed
NewQueryEventsDefault: removed
NewQueryFirewallFieldsDefault: removed
NewQueryPlatformsDefault: removed
NewQueryPolicyRulesDefault: removed
NewQueryRuleGroupsDefault: removed
NewQueryRulesDefault: removed
NewUpdatePolicyContainerDefault: removed
NewUpdatePolicyContainerV1Default: removed
NewUpdateRuleGroupDefault: removed
NewUpdateRuleGroupValidationDefault: removed
NewValidateFilepathPatternDefault: removed
QueryEventsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
QueryEventsDefault: removed
QueryFirewallFieldsDefault: removed
QueryFirewallFieldsOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecQueryResponse
QueryPlatformsDefault: removed
QueryPlatformsOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecQueryResponse
QueryPolicyRulesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
QueryPolicyRulesDefault: removed
QueryRuleGroupsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
QueryRuleGroupsDefault: removed
QueryRulesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
QueryRulesDefault: removed
UpdatePolicyContainerBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
UpdatePolicyContainerCreated.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
UpdatePolicyContainerDefault: removed
UpdatePolicyContainerOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
UpdatePolicyContainerV1BadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
UpdatePolicyContainerV1Created.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
UpdatePolicyContainerV1Default: removed
UpdatePolicyContainerV1OK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
UpdateRuleGroupBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
UpdateRuleGroupDefault: removed
UpdateRuleGroupValidationBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
UpdateRuleGroupValidationDefault: removed
UpdateRuleGroupValidationOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaQueryResponse to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecQueryResponse
ValidateFilepathPatternBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaReplyMetaOnly to *github.com/crowdstrike/gofalcon/falcon/models.FwmgrMsaspecResponseFields
ValidateFilepathPatternDefault: removed

compatible changes

GetFirewallFieldsForbidden.XCSTRACEID: added
GetFirewallFieldsOK.XCSTRACEID: added
GetFirewallFieldsTooManyRequests.XCSTRACEID: added
GetPlatformsForbidden.XCSTRACEID: added
GetPlatformsOK.XCSTRACEID: added
GetPlatformsTooManyRequests.XCSTRACEID: added
QueryFirewallFieldsForbidden.XCSTRACEID: added
QueryFirewallFieldsOK.XCSTRACEID: added
QueryFirewallFieldsTooManyRequests.XCSTRACEID: added
QueryPlatformsForbidden.XCSTRACEID: added
QueryPlatformsOK.XCSTRACEID: added
QueryPlatformsTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/firewall_policies

incompatible changes

(*CreateFirewallPoliciesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*CreateFirewallPoliciesCreated).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*CreateFirewallPoliciesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*CreateFirewallPoliciesNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*CreateFirewallPoliciesParams).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsCreateFirewallPoliciesV1) to func(*github.com/crowdstrike/gofalcon/falcon/models.FirewallCreateFirewallPoliciesReqV1)
(*CreateFirewallPoliciesParams).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsCreateFirewallPoliciesV1) *CreateFirewallPoliciesParams to func(*github.com/crowdstrike/gofalcon/falcon/models.FirewallCreateFirewallPoliciesReqV1) *CreateFirewallPoliciesParams
(*GetFirewallPoliciesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*GetFirewallPoliciesNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*GetFirewallPoliciesOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*PerformFirewallPoliciesActionBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*PerformFirewallPoliciesActionInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*PerformFirewallPoliciesActionNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*PerformFirewallPoliciesActionOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*QueryCombinedFirewallPoliciesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*QueryCombinedFirewallPoliciesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*QueryCombinedFirewallPoliciesOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*QueryCombinedFirewallPolicyMembersBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
(*QueryCombinedFirewallPolicyMembersInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
(*QueryCombinedFirewallPolicyMembersNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
(*QueryCombinedFirewallPolicyMembersOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
(*SetFirewallPoliciesPrecedenceParams).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsSetPolicyPrecedenceReqV1) to func(*github.com/crowdstrike/gofalcon/falcon/models.BaseSetPolicyPrecedenceReqV1)
(*SetFirewallPoliciesPrecedenceParams).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsSetPolicyPrecedenceReqV1) *SetFirewallPoliciesPrecedenceParams to func(*github.com/crowdstrike/gofalcon/falcon/models.BaseSetPolicyPrecedenceReqV1) *SetFirewallPoliciesPrecedenceParams
(*UpdateFirewallPoliciesBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*UpdateFirewallPoliciesInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*UpdateFirewallPoliciesNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*UpdateFirewallPoliciesOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
(*UpdateFirewallPoliciesParams).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsUpdateFirewallPoliciesV1) to func(*github.com/crowdstrike/gofalcon/falcon/models.FirewallUpdateFirewallPoliciesReqV1)
(*UpdateFirewallPoliciesParams).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsUpdateFirewallPoliciesV1) *UpdateFirewallPoliciesParams to func(*github.com/crowdstrike/gofalcon/falcon/models.FirewallUpdateFirewallPoliciesReqV1) *UpdateFirewallPoliciesParams
CreateFirewallPoliciesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
CreateFirewallPoliciesCreated.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
CreateFirewallPoliciesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
CreateFirewallPoliciesNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
CreateFirewallPoliciesParams.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.RequestsCreateFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallCreateFirewallPoliciesReqV1
GetFirewallPoliciesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
GetFirewallPoliciesNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
GetFirewallPoliciesOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
NewPerformFirewallPoliciesActionDefault: removed
NewQueryCombinedFirewallPoliciesDefault: removed
NewQueryCombinedFirewallPolicyMembersDefault: removed
NewQueryFirewallPoliciesDefault: removed
NewQueryFirewallPolicyMembersDefault: removed
NewSetFirewallPoliciesPrecedenceDefault: removed
NewUpdateFirewallPoliciesDefault: removed
PerformFirewallPoliciesActionBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
PerformFirewallPoliciesActionDefault: removed
PerformFirewallPoliciesActionInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
PerformFirewallPoliciesActionNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
PerformFirewallPoliciesActionOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
QueryCombinedFirewallPoliciesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
QueryCombinedFirewallPoliciesDefault: removed
QueryCombinedFirewallPoliciesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
QueryCombinedFirewallPoliciesOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
QueryCombinedFirewallPolicyMembersBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
QueryCombinedFirewallPolicyMembersDefault: removed
QueryCombinedFirewallPolicyMembersInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
QueryCombinedFirewallPolicyMembersNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
QueryCombinedFirewallPolicyMembersOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesPolicyMembersRespV1 to *github.com/crowdstrike/gofalcon/falcon/models.BasePolicyMembersRespV1
QueryFirewallPoliciesDefault: removed
QueryFirewallPolicyMembersDefault: removed
SetFirewallPoliciesPrecedenceDefault: removed
SetFirewallPoliciesPrecedenceParams.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.RequestsSetPolicyPrecedenceReqV1 to *github.com/crowdstrike/gofalcon/falcon/models.BaseSetPolicyPrecedenceReqV1
UpdateFirewallPoliciesBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
UpdateFirewallPoliciesDefault: removed
UpdateFirewallPoliciesInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
UpdateFirewallPoliciesNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
UpdateFirewallPoliciesOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallRespV1
UpdateFirewallPoliciesParams.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.RequestsUpdateFirewallPoliciesV1 to *github.com/crowdstrike/gofalcon/falcon/models.FirewallUpdateFirewallPoliciesReqV1

compatible changes

CreateFirewallPoliciesBadRequest.XCSTRACEID: added
CreateFirewallPoliciesCreated.XCSTRACEID: added
CreateFirewallPoliciesForbidden.XCSTRACEID: added
CreateFirewallPoliciesInternalServerError.XCSTRACEID: added
CreateFirewallPoliciesNotFound.XCSTRACEID: added
CreateFirewallPoliciesTooManyRequests.XCSTRACEID: added
PerformFirewallPoliciesActionBadRequest.XCSTRACEID: added
PerformFirewallPoliciesActionForbidden.XCSTRACEID: added
PerformFirewallPoliciesActionInternalServerError.XCSTRACEID: added
PerformFirewallPoliciesActionNotFound.XCSTRACEID: added
PerformFirewallPoliciesActionOK.XCSTRACEID: added
PerformFirewallPoliciesActionTooManyRequests.XCSTRACEID: added
QueryCombinedFirewallPoliciesBadRequest.XCSTRACEID: added
QueryCombinedFirewallPoliciesForbidden.XCSTRACEID: added
QueryCombinedFirewallPoliciesInternalServerError.XCSTRACEID: added
QueryCombinedFirewallPoliciesOK.XCSTRACEID: added
QueryCombinedFirewallPoliciesTooManyRequests.XCSTRACEID: added
QueryCombinedFirewallPolicyMembersBadRequest.XCSTRACEID: added
QueryCombinedFirewallPolicyMembersForbidden.XCSTRACEID: added
QueryCombinedFirewallPolicyMembersInternalServerError.XCSTRACEID: added
QueryCombinedFirewallPolicyMembersNotFound.XCSTRACEID: added
QueryCombinedFirewallPolicyMembersOK.XCSTRACEID: added
QueryCombinedFirewallPolicyMembersTooManyRequests.XCSTRACEID: added
QueryFirewallPoliciesBadRequest.XCSTRACEID: added
QueryFirewallPoliciesForbidden.XCSTRACEID: added
QueryFirewallPoliciesInternalServerError.XCSTRACEID: added
QueryFirewallPoliciesOK.XCSTRACEID: added
QueryFirewallPoliciesTooManyRequests.XCSTRACEID: added
QueryFirewallPolicyMembersBadRequest.XCSTRACEID: added
QueryFirewallPolicyMembersForbidden.XCSTRACEID: added
QueryFirewallPolicyMembersInternalServerError.XCSTRACEID: added
QueryFirewallPolicyMembersNotFound.XCSTRACEID: added
QueryFirewallPolicyMembersOK.XCSTRACEID: added
QueryFirewallPolicyMembersTooManyRequests.XCSTRACEID: added
SetFirewallPoliciesPrecedenceBadRequest.XCSTRACEID: added
SetFirewallPoliciesPrecedenceForbidden.XCSTRACEID: added
SetFirewallPoliciesPrecedenceInternalServerError.XCSTRACEID: added
SetFirewallPoliciesPrecedenceOK.XCSTRACEID: added
SetFirewallPoliciesPrecedenceTooManyRequests.XCSTRACEID: added
UpdateFirewallPoliciesBadRequest.XCSTRACEID: added
UpdateFirewallPoliciesForbidden.XCSTRACEID: added
UpdateFirewallPoliciesInternalServerError.XCSTRACEID: added
UpdateFirewallPoliciesNotFound.XCSTRACEID: added
UpdateFirewallPoliciesOK.XCSTRACEID: added
UpdateFirewallPoliciesTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/host_group

incompatible changes

(*CreateHostGroupsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*CreateHostGroupsCreated).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*CreateHostGroupsInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*CreateHostGroupsParams).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsCreateGroupsV1) to func(*github.com/crowdstrike/gofalcon/falcon/models.HostGroupsCreateGroupsReqV1)
(*CreateHostGroupsParams).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsCreateGroupsV1) *CreateHostGroupsParams to func(*github.com/crowdstrike/gofalcon/falcon/models.HostGroupsCreateGroupsReqV1) *CreateHostGroupsParams
(*GetHostGroupsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*GetHostGroupsInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*GetHostGroupsNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*GetHostGroupsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*PerformGroupActionBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*PerformGroupActionInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*PerformGroupActionNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*PerformGroupActionOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*QueryCombinedGroupMembersBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupMembersV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsMembersRespV1
(*QueryCombinedGroupMembersInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupMembersV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsMembersRespV1
(*QueryCombinedGroupMembersNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupMembersV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsMembersRespV1
(*QueryCombinedGroupMembersOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupMembersV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsMembersRespV1
(*QueryCombinedHostGroupsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*QueryCombinedHostGroupsInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*QueryCombinedHostGroupsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*UpdateHostGroupsBadRequest).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*UpdateHostGroupsInternalServerError).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*UpdateHostGroupsNotFound).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*UpdateHostGroupsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to func() *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
(*UpdateHostGroupsParams).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsUpdateGroupsV1) to func(*github.com/crowdstrike/gofalcon/falcon/models.HostGroupsUpdateGroupsReqV1)
(*UpdateHostGroupsParams).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.RequestsUpdateGroupsV1) *UpdateHostGroupsParams to func(*github.com/crowdstrike/gofalcon/falcon/models.HostGroupsUpdateGroupsReqV1) *UpdateHostGroupsParams
CreateHostGroupsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
CreateHostGroupsCreated.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
CreateHostGroupsInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
CreateHostGroupsParams.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.RequestsCreateGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsCreateGroupsReqV1
GetHostGroupsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
GetHostGroupsInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
GetHostGroupsNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
GetHostGroupsOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
NewPerformGroupActionDefault: removed
NewQueryCombinedGroupMembersDefault: removed
NewQueryCombinedHostGroupsDefault: removed
NewQueryGroupMembersDefault: removed
NewQueryHostGroupsDefault: removed
NewUpdateHostGroupsDefault: removed
PerformGroupActionBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
PerformGroupActionDefault: removed
PerformGroupActionInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
PerformGroupActionNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
PerformGroupActionOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
QueryCombinedGroupMembersBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupMembersV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsMembersRespV1
QueryCombinedGroupMembersDefault: removed
QueryCombinedGroupMembersInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupMembersV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsMembersRespV1
QueryCombinedGroupMembersNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupMembersV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsMembersRespV1
QueryCombinedGroupMembersOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupMembersV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsMembersRespV1
QueryCombinedHostGroupsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
QueryCombinedHostGroupsDefault: removed
QueryCombinedHostGroupsInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
QueryCombinedHostGroupsOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
QueryGroupMembersDefault: removed
QueryHostGroupsDefault: removed
UpdateHostGroupsBadRequest.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
UpdateHostGroupsDefault: removed
UpdateHostGroupsInternalServerError.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
UpdateHostGroupsNotFound.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
UpdateHostGroupsOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.ResponsesHostGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsRespV1
UpdateHostGroupsParams.Body: changed from *github.com/crowdstrike/gofalcon/falcon/models.RequestsUpdateGroupsV1 to *github.com/crowdstrike/gofalcon/falcon/models.HostGroupsUpdateGroupsReqV1

compatible changes

QueryCombinedGroupMembersBadRequest.XCSTRACEID: added
QueryCombinedGroupMembersForbidden.XCSTRACEID: added
QueryCombinedGroupMembersInternalServerError.XCSTRACEID: added
QueryCombinedGroupMembersNotFound.XCSTRACEID: added
QueryCombinedGroupMembersOK.XCSTRACEID: added
QueryCombinedGroupMembersTooManyRequests.XCSTRACEID: added
QueryCombinedHostGroupsBadRequest.XCSTRACEID: added
QueryCombinedHostGroupsForbidden.XCSTRACEID: added
QueryCombinedHostGroupsInternalServerError.XCSTRACEID: added
QueryCombinedHostGroupsOK.XCSTRACEID: added
QueryCombinedHostGroupsTooManyRequests.XCSTRACEID: added
QueryGroupMembersBadRequest.XCSTRACEID: added
QueryGroupMembersForbidden.XCSTRACEID: added
QueryGroupMembersInternalServerError.XCSTRACEID: added
QueryGroupMembersNotFound.XCSTRACEID: added
QueryGroupMembersOK.XCSTRACEID: added
QueryGroupMembersTooManyRequests.XCSTRACEID: added
QueryHostGroupsBadRequest.XCSTRACEID: added
QueryHostGroupsForbidden.XCSTRACEID: added
QueryHostGroupsInternalServerError.XCSTRACEID: added
QueryHostGroupsOK.XCSTRACEID: added
QueryHostGroupsTooManyRequests.XCSTRACEID: added
UpdateHostGroupsBadRequest.XCSTRACEID: added
UpdateHostGroupsForbidden.XCSTRACEID: added
UpdateHostGroupsInternalServerError.XCSTRACEID: added
UpdateHostGroupsNotFound.XCSTRACEID: added
UpdateHostGroupsOK.XCSTRACEID: added
UpdateHostGroupsTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/hosts

incompatible changes

(*Client).GetDeviceDetails: removed
(*QueryDevicesByFilterScrollOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.DomainDeviceResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.DeviceapiDeviceResponse
ClientService.GetDeviceDetails: removed
EntitiesPerformActionDefault: removed
GetDeviceDetailsDefault: removed
GetDeviceDetailsForbidden: removed
GetDeviceDetailsOK: removed
GetDeviceDetailsParams: removed
GetDeviceDetailsReader: removed
GetDeviceDetailsTooManyRequests: removed
GetDeviceDetailsV2Default: removed
GetOnlineStateV1Default: removed
NewEntitiesPerformActionDefault: removed
NewGetDeviceDetailsDefault: removed
NewGetDeviceDetailsForbidden: removed
NewGetDeviceDetailsOK: removed
NewGetDeviceDetailsParams: removed
NewGetDeviceDetailsParamsWithContext: removed
NewGetDeviceDetailsParamsWithHTTPClient: removed
NewGetDeviceDetailsParamsWithTimeout: removed
NewGetDeviceDetailsTooManyRequests: removed
NewGetDeviceDetailsV2Default: removed
NewGetOnlineStateV1Default: removed
NewPostDeviceDetailsV2Default: removed
NewQueryDeviceLoginHistoryDefault: removed
NewQueryDevicesByFilterDefault: removed
NewQueryDevicesByFilterScrollDefault: removed
NewQueryGetNetworkAddressHistoryV1Default: removed
NewQueryHiddenDevicesDefault: removed
PostDeviceDetailsV2Default: removed
QueryDeviceLoginHistoryDefault: removed
QueryDevicesByFilterDefault: removed
QueryDevicesByFilterScrollDefault: removed
QueryDevicesByFilterScrollOK.Payload: changed from *github.com/crowdstrike/gofalcon/falcon/models.DomainDeviceResponse to *github.com/crowdstrike/gofalcon/falcon/models.DeviceapiDeviceResponse
QueryGetNetworkAddressHistoryV1Default: removed
QueryHiddenDevicesDefault: removed

compatible changes

(*EntitiesPerformActionParams).SetDisableHostnameCheck: added
(*EntitiesPerformActionParams).WithDisableHostnameCheck: added
EntitiesPerformActionParams.DisableHostnameCheck: added
GetOnlineStateV1BadRequest: added
NewGetOnlineStateV1BadRequest: added
PerformActionV2Accepted.XCSTRACEID: added
PerformActionV2BadRequest.XCSTRACEID: added
PerformActionV2Conflict.XCSTRACEID: added
PerformActionV2Forbidden.XCSTRACEID: added
PerformActionV2InternalServerError.XCSTRACEID: added
PerformActionV2TooManyRequests.XCSTRACEID: added
QueryDevicesByFilterForbidden.XCSTRACEID: added
QueryDevicesByFilterOK.XCSTRACEID: added
QueryDevicesByFilterScrollForbidden.XCSTRACEID: added
QueryDevicesByFilterScrollOK.XCSTRACEID: added
QueryDevicesByFilterScrollTooManyRequests.XCSTRACEID: added
QueryDevicesByFilterTooManyRequests.XCSTRACEID: added
QueryHiddenDevicesForbidden.XCSTRACEID: added
QueryHiddenDevicesOK.XCSTRACEID: added
QueryHiddenDevicesTooManyRequests.XCSTRACEID: added

github.com/crowdstrike/gofalcon/falcon/client/identity_entities

compatible changes

package added

github.com/crowdstrike/gofalcon/falcon/client/incidents

incompatible changes

(*CrowdScoreOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.APIMsaEnvironmentScoreResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.DomainMsaEnvironmentScoreResponse
(*CrowdScoreParams).SetOffset: changed from func(*string) to func(*int64)
(*CrowdScoreParams).WithOffset: changed from func(*string) *CrowdScoreParams to func(*int64) *CrowdScoreParams
(*GetBehaviorsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.APIMsaExternalBehaviorResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.DomainMsaExternalBehaviorResponse
(*GetIncidentsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.APIMsaExternalIncidentResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.DomainMsaExternalIncidentResponse
(*PerformIncidentActionOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.MsaReplyMetaOnly to func() *github.com/crowdstrike/gofalcon/falcon/models.DomainMsaIncidentPerformActionResponse
(*PerformIncidentActionParams).SetBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.MsaEntityActionRequestV2) to func(*github.com/crowdstrike/gofalcon/falcon/models.DomainEntityActionRequest)
(*PerformIncidentActionParams).WithBody: changed from func(*github.com/crowdstrike/gofalcon/falcon/models.MsaEntityActionRequestV2) *PerformIncidentActionParams to func(*github.com/crowdstrike/gofalcon/falcon/models.DomainEntityActionRequest) *PerformIncidentActionParams
(*QueryBehaviorsParams).SetOffset: changed from func(*string) to func(*int64)
(*QueryBehaviorsParams).WithOffset: changed from func(*string) *QueryBehaviorsParams to func(*int64) *QueryBehaviorsParams
(*QueryIncidentsOK).GetPayload: changed from func() *github.com/crowdstrike/gofalcon/falcon/models.APIMsaIncidentQueryResponse to func() *github.com/crowdstrike/gofalcon/falcon/models.DomainMsaIncidentQueryResponse
(*QueryIncidentsParams).SetOffset: changed from func(*string) to func(*int64)
(*QueryIncidentsParams).WithOffset: changed from func(*string) *QueryIncidentsParams to func(*int64) *QueryIncidentsParams
CrowdScoreDefault: removed