Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 77 additions & 101 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14369,7 +14369,7 @@ components:
key: cost_center
value: engineering
case_insensitivity: false
if_not_exists: true
if_tag_exists: do_not_apply
query: account_id:"123456789" AND service:"web-api"
reference_table: null
id: New Ruleset
Expand Down Expand Up @@ -14414,7 +14414,7 @@ components:
example: false
type: boolean
mapping:
$ref: '#/components/schemas/CreateRulesetRequestDataAttributesRulesItemsMapping'
$ref: '#/components/schemas/DataAttributesRulesItemsMapping'
metadata:
$ref: '#/components/schemas/RulesetItemMetadata'
name:
Expand All @@ -14429,31 +14429,6 @@ components:
- enabled
- name
type: object
CreateRulesetRequestDataAttributesRulesItemsMapping:
description: The definition of `CreateRulesetRequestDataAttributesRulesItemsMapping`
object.
nullable: true
properties:
destination_key:
description: The `mapping` `destination_key`.
example: ''
type: string
if_not_exists:
description: The `mapping` `if_not_exists`.
example: false
type: boolean
source_keys:
description: The `mapping` `source_keys`.
example:
- ''
items:
type: string
type: array
required:
- destination_key
- if_not_exists
- source_keys
type: object
CreateRulesetRequestDataAttributesRulesItemsQuery:
description: The definition of `CreateRulesetRequestDataAttributesRulesItemsQuery`
object.
Expand All @@ -14465,16 +14440,17 @@ components:
description: The `query` `case_insensitivity`.
type: boolean
if_not_exists:
description: The `query` `if_not_exists`.
example: false
deprecated: true
description: Deprecated. Use `if_tag_exists` instead. The `query` `if_not_exists`.
type: boolean
if_tag_exists:
$ref: '#/components/schemas/DataAttributesRulesItemsIfTagExists'
query:
description: The `query` `query`.
example: ''
type: string
required:
- addition
- if_not_exists
- query
type: object
CreateRulesetRequestDataAttributesRulesItemsQueryAddition:
Expand Down Expand Up @@ -14508,8 +14484,12 @@ components:
$ref: '#/components/schemas/CreateRulesetRequestDataAttributesRulesItemsReferenceTableFieldPairsItems'
type: array
if_not_exists:
description: The `reference_table` `if_not_exists`.
deprecated: true
description: Deprecated. Use `if_tag_exists` instead. The `reference_table`
`if_not_exists`.
type: boolean
if_tag_exists:
$ref: '#/components/schemas/DataAttributesRulesItemsIfTagExists'
source_keys:
description: The `reference_table` `source_keys`.
example:
Expand Down Expand Up @@ -18035,6 +18015,42 @@ components:
- INTEGRATION_SCREENBOARD
- INTEGRATION_TIMEBOARD
- HOST_TIMEBOARD
DataAttributesRulesItemsIfTagExists:
description: The behavior when the tag already exists.
enum:
- append
- do_not_apply
- replace
type: string
x-enum-varnames:
- APPEND
- DO_NOT_APPLY
- REPLACE
DataAttributesRulesItemsMapping:
description: The definition of `DataAttributesRulesItemsMapping` object.
nullable: true
properties:
destination_key:
description: The `mapping` `destination_key`.
example: ''
type: string
if_not_exists:
deprecated: true
description: Deprecated. Use `if_tag_exists` instead. The `mapping` `if_not_exists`.
type: boolean
if_tag_exists:
$ref: '#/components/schemas/DataAttributesRulesItemsIfTagExists'
source_keys:
description: The `mapping` `source_keys`.
example:
- ''
items:
type: string
type: array
required:
- destination_key
- source_keys
type: object
DataDeletionResponseItem:
description: The created data deletion request information.
properties:
Expand Down Expand Up @@ -49251,13 +49267,13 @@ components:
key: abc
value: ww
case_insensitivity: false
if_not_exists: true
if_tag_exists: do_not_apply
query: billingcurrency:"USD" AND account_name:"SZA96462" AND billingcurrency:"USD"
reference_table: null
- enabled: true
mapping:
destination_key: h
if_not_exists: true
if_tag_exists: do_not_apply
source_keys:
- accountname
- accountownerid
Expand All @@ -49277,7 +49293,7 @@ components:
output_key: status
- input_column: status_description
output_key: dess
if_not_exists: false
if_tag_exists: append
source_keys:
- http_status
- status_description
Expand Down Expand Up @@ -49310,13 +49326,13 @@ components:
key: environment
value: production
case_insensitivity: false
if_not_exists: true
if_tag_exists: do_not_apply
query: billingcurrency:"USD" AND account_name:"prod-account"
reference_table: null
- enabled: true
mapping:
destination_key: team_owner
if_not_exists: true
if_tag_exists: do_not_apply
source_keys:
- account_name
- service
Expand All @@ -49336,7 +49352,7 @@ components:
output_key: status
- input_column: status_description
output_key: dess
if_not_exists: false
if_tag_exists: append
source_keys:
- http_status
- status_description
Expand All @@ -49361,7 +49377,7 @@ components:
key: cost_center
value: engineering
case_insensitivity: true
if_not_exists: true
if_tag_exists: do_not_apply
query: account_name:"dev-*"
reference_table: null
version: 1
Expand Down Expand Up @@ -49472,7 +49488,7 @@ components:
example: false
type: boolean
mapping:
$ref: '#/components/schemas/RulesetRespDataAttributesRulesItemsMapping'
$ref: '#/components/schemas/DataAttributesRulesItemsMapping'
metadata:
$ref: '#/components/schemas/RulesetItemMetadata'
name:
Expand All @@ -49487,31 +49503,6 @@ components:
- enabled
- name
type: object
RulesetRespDataAttributesRulesItemsMapping:
description: The definition of `RulesetRespDataAttributesRulesItemsMapping`
object.
nullable: true
properties:
destination_key:
description: The `mapping` `destination_key`.
example: ''
type: string
if_not_exists:
description: The `mapping` `if_not_exists`.
example: false
type: boolean
source_keys:
description: The `mapping` `source_keys`.
example:
- ''
items:
type: string
type: array
required:
- destination_key
- if_not_exists
- source_keys
type: object
RulesetRespDataAttributesRulesItemsQuery:
description: The definition of `RulesetRespDataAttributesRulesItemsQuery` object.
nullable: true
Expand All @@ -49522,16 +49513,17 @@ components:
description: The `query` `case_insensitivity`.
type: boolean
if_not_exists:
description: The `query` `if_not_exists`.
example: false
deprecated: true
description: Deprecated. Use `if_tag_exists` instead. The `query` `if_not_exists`.
type: boolean
if_tag_exists:
$ref: '#/components/schemas/DataAttributesRulesItemsIfTagExists'
query:
description: The `query` `query`.
example: ''
type: string
required:
- addition
- if_not_exists
- query
type: object
RulesetRespDataAttributesRulesItemsQueryAddition:
Expand Down Expand Up @@ -49565,8 +49557,12 @@ components:
$ref: '#/components/schemas/RulesetRespDataAttributesRulesItemsReferenceTableFieldPairsItems'
type: array
if_not_exists:
description: The `reference_table` `if_not_exists`.
deprecated: true
description: Deprecated. Use `if_tag_exists` instead. The `reference_table`
`if_not_exists`.
type: boolean
if_tag_exists:
$ref: '#/components/schemas/DataAttributesRulesItemsIfTagExists'
source_keys:
description: The `reference_table` `source_keys`.
example:
Expand Down Expand Up @@ -63804,13 +63800,13 @@ components:
key: cost_center
value: engineering
case_insensitivity: false
if_not_exists: true
if_tag_exists: do_not_apply
query: account_id:"123456789" AND service:"web-api"
reference_table: null
- enabled: true
mapping:
destination_key: team_owner
if_not_exists: true
if_tag_exists: do_not_apply
source_keys:
- account_name
- account_id
Expand All @@ -63830,7 +63826,7 @@ components:
output_key: status
- input_column: status_description
output_key: dess
if_not_exists: false
if_tag_exists: append
source_keys:
- http_status
- status_description
Expand Down Expand Up @@ -63882,7 +63878,7 @@ components:
example: false
type: boolean
mapping:
$ref: '#/components/schemas/UpdateRulesetRequestDataAttributesRulesItemsMapping'
$ref: '#/components/schemas/DataAttributesRulesItemsMapping'
metadata:
$ref: '#/components/schemas/RulesetItemMetadata'
name:
Expand All @@ -63897,31 +63893,6 @@ components:
- enabled
- name
type: object
UpdateRulesetRequestDataAttributesRulesItemsMapping:
description: The definition of `UpdateRulesetRequestDataAttributesRulesItemsMapping`
object.
nullable: true
properties:
destination_key:
description: The `mapping` `destination_key`.
example: ''
type: string
if_not_exists:
description: The `mapping` `if_not_exists`.
example: false
type: boolean
source_keys:
description: The `mapping` `source_keys`.
example:
- ''
items:
type: string
type: array
required:
- destination_key
- if_not_exists
- source_keys
type: object
UpdateRulesetRequestDataAttributesRulesItemsQuery:
description: The definition of `UpdateRulesetRequestDataAttributesRulesItemsQuery`
object.
Expand All @@ -63933,16 +63904,17 @@ components:
description: The `query` `case_insensitivity`.
type: boolean
if_not_exists:
description: The `query` `if_not_exists`.
example: false
deprecated: true
description: Deprecated. Use `if_tag_exists` instead. The `query` `if_not_exists`.
type: boolean
if_tag_exists:
$ref: '#/components/schemas/DataAttributesRulesItemsIfTagExists'
query:
description: The `query` `query`.
example: ''
type: string
required:
- addition
- if_not_exists
- query
type: object
UpdateRulesetRequestDataAttributesRulesItemsQueryAddition:
Expand Down Expand Up @@ -63976,8 +63948,12 @@ components:
$ref: '#/components/schemas/UpdateRulesetRequestDataAttributesRulesItemsReferenceTableFieldPairsItems'
type: array
if_not_exists:
description: The `reference_table` `if_not_exists`.
deprecated: true
description: Deprecated. Use `if_tag_exists` instead. The `reference_table`
`if_not_exists`.
type: boolean
if_tag_exists:
$ref: '#/components/schemas/DataAttributesRulesItemsIfTagExists'
source_keys:
description: The `reference_table` `source_keys`.
example:
Expand Down
Loading