Skip to content
Merged
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
13 changes: 10 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9168,6 +9168,11 @@ components:
CaseCreateAttributes:
description: Case creation attributes
properties:
custom_attributes:
additionalProperties:
$ref: '#/components/schemas/CustomAttributeValue'
description: Case custom attributes
type: object
description:
description: Description
type: string
Expand Down Expand Up @@ -14712,30 +14717,32 @@ components:
type: number
type: array
CustomAttributeMultiStringValue:
description: Value of multi TEXT/URL custom attribute
description: Value of multi TEXT/URL/SELECT custom attribute
items:
description: TEXT/URL Value
description: TEXT/URL/SELECT Value
type: string
type: array
CustomAttributeNumberValue:
description: Value of NUMBER custom attribute
format: double
type: number
CustomAttributeStringValue:
description: Value of TEXT/URL custom attribute
description: Value of TEXT/URL/SELECT custom attribute
type: string
CustomAttributeType:
description: Custom attributes type
enum:
- URL
- TEXT
- NUMBER
- SELECT
example: NUMBER
type: string
x-enum-varnames:
- URL
- TEXT
- NUMBER
- SELECT
CustomAttributeValue:
description: Custom attribute values
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-10-01T12:46:29.817Z
2025-12-30T13:49:44.747Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-10-01T12:46:31.029Z
2025-12-30T13:49:45.212Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-10-01T12:46:31.968Z
2025-12-30T13:49:45.450Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-10-01T12:46:34.590Z
2025-12-30T13:49:45.709Z
Loading
Loading