Skip to content

Commit

Permalink
feat(sdk): swagger updates for 2024-01-26 release (#28)
Browse files Browse the repository at this point in the history
Latest swagger updates from end of January
  • Loading branch information
carlosmmatos authored Feb 16, 2024
1 parent 90e339e commit 58b7df7
Show file tree
Hide file tree
Showing 1,342 changed files with 163,599 additions and 2,735 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.6.0
7.1.0
1,828 changes: 1,642 additions & 186 deletions README.md

Large diffs are not rendered by default.

356 changes: 330 additions & 26 deletions docs/AlertsApi.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/AlertsContainerAlertsCountValue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Falcon::AlertsContainerAlertsCountValue

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **resources** | [**Array<CommonCountAsResource>**](CommonCountAsResource.md) | | |
| **errors** | [**Array<MsaspecError>**](MsaspecError.md) | | [optional] |
| **meta** | [**MsaspecMetaInfo**](MsaspecMetaInfo.md) | | |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::AlertsContainerAlertsCountValue.new(
resources: null,
errors: null,
meta: null
)
```

22 changes: 22 additions & 0 deletions docs/AlertsContainerAlertsEntityResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Falcon::AlertsContainerAlertsEntityResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **errors** | [**Array<MsaspecError>**](MsaspecError.md) | | [optional] |
| **meta** | [**MsaspecMetaInfo**](MsaspecMetaInfo.md) | | |
| **resources** | [**Array<ModelsAPIContainerAlert>**](ModelsAPIContainerAlert.md) | | |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::AlertsContainerAlertsEntityResponse.new(
errors: null,
meta: null,
resources: null
)
```

24 changes: 24 additions & 0 deletions docs/ApiDetectsQueryMeta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Falcon::ApiDetectsQueryMeta

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **pagination** | [**ApiDetectsQueryPaging**](ApiDetectsQueryPaging.md) | | [optional] |
| **powered_by** | **String** | | [optional] |
| **query_time** | **Float** | | |
| **trace_id** | **String** | | |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiDetectsQueryMeta.new(
pagination: null,
powered_by: null,
query_time: null,
trace_id: null
)
```

22 changes: 22 additions & 0 deletions docs/ApiDetectsQueryPaging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Falcon::ApiDetectsQueryPaging

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **after** | **String** | | [optional] |
| **limit** | **Integer** | | |
| **offset** | **String** | | [optional] |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiDetectsQueryPaging.new(
after: null,
limit: null,
offset: null
)
```

22 changes: 22 additions & 0 deletions docs/ApiDeviceCountRespV1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Falcon::ApiDeviceCountRespV1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **errors** | [**Array<MsaspecError>**](MsaspecError.md) | | |
| **meta** | [**MsaspecMetaInfo**](MsaspecMetaInfo.md) | | [optional] |
| **resources** | [**Array<ApiDeviceCountV1>**](ApiDeviceCountV1.md) | | |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiDeviceCountRespV1.new(
errors: null,
meta: null,
resources: null
)
```

24 changes: 24 additions & 0 deletions docs/ApiDeviceCountV1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Falcon::ApiDeviceCountV1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **device_count** | **Integer** | | [optional] |
| **limit_exceeded** | **Boolean** | | [optional] |
| **type** | **String** | | [optional] |
| **value** | **String** | | [optional] |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiDeviceCountV1.new(
device_count: null,
limit_exceeded: null,
type: null,
value: null
)
```

22 changes: 22 additions & 0 deletions docs/ApiDevicesRanOnRespV1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Falcon::ApiDevicesRanOnRespV1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **errors** | [**Array<MsaspecError>**](MsaspecError.md) | | |
| **meta** | [**ApiDetectsQueryMeta**](ApiDetectsQueryMeta.md) | | [optional] |
| **resources** | **Array<String>** | | |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiDevicesRanOnRespV1.new(
errors: null,
meta: null,
resources: null
)
```

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Falcon::CommonEntitiesResponse
# Falcon::ApiEntitiesResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **errors** | [**Array<MsaspecError>**](MsaspecError.md) | | |
| **errors** | [**Array<MsaspecError>**](MsaspecError.md) | | [optional] |
| **meta** | [**MsaspecMetaInfo**](MsaspecMetaInfo.md) | | |
| **resources** | **Object** | | |

Expand All @@ -13,7 +13,7 @@
```ruby
require 'crimson-falcon'

instance = Falcon::CommonEntitiesResponse.new(
instance = Falcon::ApiEntitiesResponse.new(
errors: null,
meta: null,
resources: null
Expand Down
22 changes: 22 additions & 0 deletions docs/ApiExecutionResultsResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Falcon::ApiExecutionResultsResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **errors** | [**Array<MsaspecError>**](MsaspecError.md) | | [optional] |
| **meta** | [**MsaspecMetaInfo**](MsaspecMetaInfo.md) | | |
| **resources** | [**Array<ExecutionsExecutionResult>**](ExecutionsExecutionResult.md) | | |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiExecutionResultsResponse.new(
errors: null,
meta: null,
resources: null
)
```

20 changes: 20 additions & 0 deletions docs/ApiExposedDataRecordBotLocationV1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Falcon::ApiExposedDataRecordBotLocationV1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **country** | **String** | | [optional] |
| **zip_code** | **String** | | [optional] |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiExposedDataRecordBotLocationV1.new(
country: null,
zip_code: null
)
```

40 changes: 40 additions & 0 deletions docs/ApiExposedDataRecordBotOperatingSystemV1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Falcon::ApiExposedDataRecordBotOperatingSystemV1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **antivirus** | **Array<String>** | | [optional] |
| **computer_name** | **String** | | [optional] |
| **domain** | **String** | | [optional] |
| **hardware_id** | **String** | | [optional] |
| **installed_software** | **Array<String>** | | [optional] |
| **language** | **String** | | [optional] |
| **layouts** | **Array<String>** | | [optional] |
| **os_architecture** | **String** | | [optional] |
| **os_version** | **String** | | [optional] |
| **timezone** | **String** | | [optional] |
| **uac** | **String** | | [optional] |
| **username** | **String** | | [optional] |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiExposedDataRecordBotOperatingSystemV1.new(
antivirus: null,
computer_name: null,
domain: null,
hardware_id: null,
installed_software: null,
language: null,
layouts: null,
os_architecture: null,
os_version: null,
timezone: null,
uac: null,
username: null
)
```

32 changes: 32 additions & 0 deletions docs/ApiExposedDataRecordBotV1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Falcon::ApiExposedDataRecordBotV1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **bot_id** | **String** | | [optional] |
| **domain_detects** | **Array<String>** | | [optional] |
| **infection_build_id** | **String** | | [optional] |
| **infection_date** | **Time** | | [optional] |
| **infection_path** | **String** | | [optional] |
| **ip** | **String** | | [optional] |
| **location** | [**ApiExposedDataRecordBotLocationV1**](ApiExposedDataRecordBotLocationV1.md) | | [optional] |
| **operating_system** | [**ApiExposedDataRecordBotOperatingSystemV1**](ApiExposedDataRecordBotOperatingSystemV1.md) | | [optional] |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiExposedDataRecordBotV1.new(
bot_id: null,
domain_detects: null,
infection_build_id: null,
infection_date: null,
infection_path: null,
ip: null,
location: null,
operating_system: null
)
```

6 changes: 3 additions & 3 deletions docs/ApiExposedDataRecordFinancialV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **bank_account** | **String** | | [optional] |
| **credit_card** | **String** | | [optional] |
| **crypto_currency_addresses** | **Array<String>** | | [optional] |
| **bank_account** | **String** | Bank Account information | [optional] |
| **credit_card** | **String** | Credit Card information | [optional] |
| **crypto_currency_addresses** | **Array<String>** | A list of Crypto Currency addresses | [optional] |

## Example

Expand Down
12 changes: 6 additions & 6 deletions docs/ApiExposedDataRecordLocationV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **city** | **String** | | [optional] |
| **country_code** | **String** | | [optional] |
| **federal_admin_region** | **String** | | [optional] |
| **federal_district** | **String** | | [optional] |
| **postal_code** | **String** | | [optional] |
| **state** | **String** | | [optional] |
| **city** | **String** | City name | [optional] |
| **country_code** | **String** | The country code | [optional] |
| **federal_admin_region** | **String** | Federal Administrative Region | [optional] |
| **federal_district** | **String** | Federal District | [optional] |
| **postal_code** | **String** | The postal code | [optional] |
| **state** | **String** | State name | [optional] |

## Example

Expand Down
18 changes: 9 additions & 9 deletions docs/ApiExposedDataRecordSocialV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **aim_id** | **String** | | [optional] |
| **facebook_id** | **String** | | [optional] |
| **icq_id** | **String** | | [optional] |
| **instagram_id** | **String** | | [optional] |
| **msn_id** | **String** | | [optional] |
| **skype_id** | **String** | | [optional] |
| **twitter_id** | **String** | | [optional] |
| **vk_id** | **String** | | [optional] |
| **vk_token** | **String** | | [optional] |
| **aim_id** | **String** | AIM ID of the affected user | [optional] |
| **facebook_id** | **String** | Facebook ID of the affected user | [optional] |
| **icq_id** | **String** | ICQ ID of the affected user | [optional] |
| **instagram_id** | **String** | Instagram ID of the affected user | [optional] |
| **msn_id** | **String** | MSN ID of the affected user | [optional] |
| **skype_id** | **String** | Skype ID of the affected user | [optional] |
| **twitter_id** | **String** | Twitter ID of the affected user | [optional] |
| **vk_id** | **String** | VK ID of the affected user | [optional] |
| **vk_token** | **String** | VK Access Token of the affected user | [optional] |

## Example

Expand Down
24 changes: 24 additions & 0 deletions docs/ApiMetaInfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Falcon::ApiMetaInfo

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **pagination** | [**ApiResponsePagination**](ApiResponsePagination.md) | | [optional] |
| **powered_by** | **String** | The alias of the service which handled the request | [optional] |
| **query_time** | **Float** | The duration (in seconds) that the service took to handle the request | |
| **trace_id** | **String** | Identifier used to debug the request | |

## Example

```ruby
require 'crimson-falcon'

instance = Falcon::ApiMetaInfo.new(
pagination: null,
powered_by: null,
query_time: null,
trace_id: null
)
```

Loading

0 comments on commit 58b7df7

Please sign in to comment.